#5A4504

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

Shades of Raw Umber #5A4504

Tints of Raw Umber #5A4504

Color information

#5A4504 (or 0x5A4504) is unknown color: approx Raw Umber. HEX triplet: 5A, 45 and 04. RGB value is (90,69,4). Sum of RGB (Red+Green+Blue) = 90+69+4=163 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.21% from 163); Green value is 69 (27.34% from 255 or 42.33% from 163); Blue value is 4 (1.95% from 255 or 2.45% from 163); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4504 is #A5BAFB. Grayscale: #444444. Windows color (decimal): -10861308 or 279898. OLE color: 279898.

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

Color convert

RGB90694-
CMYK00.230.960.65
HSL45.35º91.49%18.43%-
HSV(B)45.35º95.56%35.29%-
XYZ6.376.441.02-
YUV67.8791.96143.79-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 55.21%
GREEN value IS 69 (27.34% from 255) = 42.33%
BLUE value IS 4 (1.95% from 255) = 2.45%
R=55.21%
G=42.33%
B=2.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.96
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9069400.230.960.6545.3591.4918.43
Hex5A45401760412d5b12
Octal13210540271401015513322
Binary1011010100010110001011111000001000001101101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,69,4); }

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

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

 a { background-color: rgb(90,69,4); }

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

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

 span { border-color: rgb(90,69,4); }

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