#5F4405

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

Shades of Raw Umber #5F4405

Tints of Raw Umber #5F4405

Color information

#5F4405 (or 0x5F4405) is unknown color: approx Raw Umber. HEX triplet: 5F, 44 and 05. RGB value is (95,68,5). Sum of RGB (Red+Green+Blue) = 95+68+5=168 (22% of max value = 765). Red value is 95 (37.5% from 255 or 56.55% from 168); Green value is 68 (26.95% from 255 or 40.48% from 168); Blue value is 5 (2.34% from 255 or 2.98% from 168); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4405 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F4405 is #A0BBFA. Grayscale: #454545. Windows color (decimal): -10533883 or 345183. OLE color: 345183.

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

Color convert

RGB95685-
CMYK00.280.950.63
HSL42º90%19.61%-
HSV(B)42º94.74%37.25%-
XYZ6.816.581.05-
YUV68.8991.95146.62-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 56.55%
GREEN value IS 68 (26.95% from 255) = 40.48%
BLUE value IS 5 (2.34% from 255) = 2.98%
R=56.55%
G=40.48%
B=2.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.95
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9568500.280.950.63429019.61
Hex5F44501C5F3F2a5a14
Octal1371045034137775213224
Binary101111110001001010111001011111111111101010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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