#5F4C04

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

Shades of Raw Umber #5F4C04

Tints of Raw Umber #5F4C04

Color information

#5F4C04 (or 0x5F4C04) is unknown color: approx Raw Umber. HEX triplet: 5F, 4C and 04. RGB value is (95,76,4). Sum of RGB (Red+Green+Blue) = 95+76+4=175 (23% of max value = 765). Red value is 95 (37.5% from 255 or 54.29% from 175); Green value is 76 (30.08% from 255 or 43.43% from 175); Blue value is 4 (1.95% from 255 or 2.29% from 175); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F4C04 is #A0B3FB. Grayscale: #494949. Windows color (decimal): -10531836 or 281695. OLE color: 281695.

HSL color Cylindrical-coordinate representation of color #5F4C04: hue angle of 47.47º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5F4C04 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.63.

Color convert

RGB95764-
CMYK00.200.960.63
HSL47.47º91.92%19.41%-
HSV(B)47.47º95.79%37.25%-
XYZ7.337.611.2-
YUV73.4788.79143.35-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 54.29%
GREEN value IS 76 (30.08% from 255) = 43.43%
BLUE value IS 4 (1.95% from 255) = 2.29%
R=54.29%
G=43.43%
B=2.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.96
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9576400.200.960.6347.4791.9219.41
Hex5F4C4014603F2f5c13
Octal1371144024140775713423
Binary101111110011001000101001100000111111101111101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,76,4); }

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

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

 a { background-color: rgb(95,76,4); }

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

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

 span { border-color: rgb(95,76,4); }

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