#5F5204

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

Shades of Raw Umber #5F5204

Tints of Raw Umber #5F5204

Color information

#5F5204 (or 0x5F5204) is unknown color: approx Raw Umber. HEX triplet: 5F, 52 and 04. RGB value is (95,82,4). Sum of RGB (Red+Green+Blue) = 95+82+4=181 (23% of max value = 765). Red value is 95 (37.5% from 255 or 52.49% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 4 (1.95% from 255 or 2.21% from 181); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F5204 is #A0ADFB. Grayscale: #4D4D4D. Windows color (decimal): -10530300 or 283231. OLE color: 283231.

HSL color Cylindrical-coordinate representation of color #5F5204: hue angle of 51.43º 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 #5F5204 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.63.

Color convert

RGB95824-
CMYK00.140.960.63
HSL51.43º91.92%19.41%-
HSV(B)51.43º95.79%37.25%-
XYZ7.768.481.34-
YUV7786.81140.84-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 52.49%
GREEN value IS 82 (32.42% from 255) = 45.30%
BLUE value IS 4 (1.95% from 255) = 2.21%
R=52.49%
G=45.30%
B=2.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.96
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9582400.140.960.6351.4391.9219.41
Hex5F5240E603F335c13
Octal1371224016140776313423
Binary10111111010010100011101100000111111110011101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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