#A74D33

Color #A74D33 Orange Roughy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange Roughy #A74D33

Tints of Orange Roughy #A74D33

Color information

#A74D33 (or 0xA74D33) is unknown color: approx Orange Roughy. HEX triplet: A7, 4D and 33. RGB value is (167,77,51). Sum of RGB (Red+Green+Blue) = 167+77+51=295 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.61% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 167 - color contains mainly: red. Hex color #A74D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A74D33 is #58B2CC. Grayscale: #656565. Windows color (decimal): -5812941 or 3362215. OLE color: 3362215.

HSL color Cylindrical-coordinate representation of color #A74D33: hue angle of 13.45º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A74D33 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB1677751-
CMYK00.540.690.35
HSL13.45º53.21%42.75%-
HSV(B)13.45º69.46%65.49%-
XYZ19.1913.764.78-
YUV100.9599.82175.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 56.61%
GREEN value IS 77 (30.47% from 255) = 26.10%
BLUE value IS 51 (20.31% from 255) = 17.29%
R=56.61%
G=26.10%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167775100.540.690.3513.4553.2142.75
HexA74D330364523d352b
Octal2471156306610543156553
Binary101001111001101110011011011010001011000111101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74D33; }

 p { color: rgb(167,77,51); }

 H1.HeaderClassName
 {
   color: #A74D33;
 }
 .AnyTagClassName
 {
   color: #A74D33;
 }
</style>
background-color css

<style>
 a { background-color: #A74D33; }

 a { background-color: rgb(167,77,51); }

 div.DivClassName
 {
   background-color: #A74D33;
 }
 .BgClassName
 {
   background-color: #A74D33;
 }
</style>
border-color css

<style>
 span { border-color: #A74D33; }

 span { border-color: rgb(167,77,51); }

 td.TdClassName
 {
   border-color: #A74D33;
 }
 .TagClassName
 {
   border-color: #A74D33;
 }
</style>