#A74D39

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

Shades of Orange Roughy #A74D39

Tints of Orange Roughy #A74D39

Color information

#A74D39 (or 0xA74D39) is unknown color: approx Orange Roughy. HEX triplet: A7, 4D and 39. RGB value is (167,77,57). Sum of RGB (Red+Green+Blue) = 167+77+57=301 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.48% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 57 (22.66% from 255 or 18.94% from 301); Max value from RGB is 167 - color contains mainly: red. Hex color #A74D39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A74D39 is #58B2C6. Grayscale: #656565. Windows color (decimal): -5812935 or 3755431. OLE color: 3755431.

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

Color convert

RGB1677757-
CMYK00.540.660.35
HSL10.91º49.11%43.92%-
HSV(B)10.91º65.87%65.49%-
XYZ19.3313.825.52-
YUV101.63102.82174.63-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 55.48%
GREEN value IS 77 (30.47% from 255) = 25.58%
BLUE value IS 57 (22.66% from 255) = 18.94%
R=55.48%
G=25.58%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167775700.540.660.3510.9149.1143.92
HexA74D390364223b312c
Octal2471157106610243136154
Binary101001111001101111001011011010000101000111011110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74D39; }

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

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

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

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

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

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

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

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