#5A4208

Color #5A4208 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #5A4208

Tints of Raw Umber #5A4208

Color information

#5A4208 (or 0x5A4208) is unknown color: approx Raw Umber. HEX triplet: 5A, 42 and 08. RGB value is (90,66,8). Sum of RGB (Red+Green+Blue) = 90+66+8=164 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.88% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 8 (3.52% from 255 or 4.88% from 164); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4208 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4208 is #A5BDF7. Grayscale: #424242. Windows color (decimal): -10862072 or 541274. OLE color: 541274.

HSL color Cylindrical-coordinate representation of color #5A4208: hue angle of 42.44º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A4208 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.65.

Color convert

RGB90668-
CMYK00.270.910.65
HSL42.44º83.67%19.22%-
HSV(B)42.44º91.11%35.29%-
XYZ6.216.091.08-
YUV66.5694.95144.72-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 54.88%
GREEN value IS 66 (26.17% from 255) = 40.24%
BLUE value IS 8 (3.52% from 255) = 4.88%
R=54.88%
G=40.24%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.91
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9066800.270.910.6542.4483.6719.22
Hex5A42801B5B412a5413
Octal132102100331331015212423
Binary10110101000010100001101110110111000001101010101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A4208; }

 p { color: rgb(90,66,8); }

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

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

 a { background-color: rgb(90,66,8); }

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

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

 span { border-color: rgb(90,66,8); }

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