#5A4800

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

Shades of Raw Umber #5A4800

Tints of Raw Umber #5A4800

Color information

#5A4800 (or 0x5A4800) is unknown color: approx Raw Umber. HEX triplet: 5A, 48 and 00. RGB value is (90,72,0). Sum of RGB (Red+Green+Blue) = 90+72+0=162 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.56% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4800 is #A5B7FF. Grayscale: #454545. Windows color (decimal): -10860544 or 18522. OLE color: 18522.

HSL color Cylindrical-coordinate representation of color #5A4800: hue angle of 48º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A4800 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.65.

Color convert

RGB90720-
CMYK00.2010.65
HSL48º100%17.65%-
HSV(B)48º100%35.29%-
XYZ6.536.810.97-
YUV69.1788.96142.85-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 55.56%
GREEN value IS 72 (28.52% from 255) = 44.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.56%
G=44.44%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 1
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9072000.2010.654810017.65
Hex5A4800146441306412
Octal13211000241441016014422
Binary10110101001000001010011001001000001110000110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,72,0); }

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

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

 a { background-color: rgb(90,72,0); }

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

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

 span { border-color: rgb(90,72,0); }

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