#5F4408

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

Shades of Raw Umber #5F4408

Tints of Raw Umber #5F4408

Color information

#5F4408 (or 0x5F4408) is unknown color: approx Raw Umber. HEX triplet: 5F, 44 and 08. RGB value is (95,68,8). Sum of RGB (Red+Green+Blue) = 95+68+8=171 (22% of max value = 765). Red value is 95 (37.5% from 255 or 55.56% from 171); Green value is 68 (26.95% from 255 or 39.77% from 171); Blue value is 8 (3.52% from 255 or 4.68% from 171); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4408 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F4408 is #A0BBF7. Grayscale: #454545. Windows color (decimal): -10533880 or 541791. OLE color: 541791.

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

Color convert

RGB95688-
CMYK00.280.920.63
HSL41.38º84.47%20.2%-
HSV(B)41.38º91.58%37.25%-
XYZ6.836.581.14-
YUV69.2393.45146.38-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 55.56%
GREEN value IS 68 (26.95% from 255) = 39.77%
BLUE value IS 8 (3.52% from 255) = 4.68%
R=55.56%
G=39.77%
B=4.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.92
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9568800.280.920.6341.3884.4720.2
Hex5F44801C5C3F295414
Octal13710410034134775112424
Binary1011111100010010000111001011100111111101001101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,68,8); }

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

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

 a { background-color: rgb(95,68,8); }

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

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

 span { border-color: rgb(95,68,8); }

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