#5F4608

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

Shades of Raw Umber #5F4608

Tints of Raw Umber #5F4608

Color information

#5F4608 (or 0x5F4608) is unknown color: approx Raw Umber. HEX triplet: 5F, 46 and 08. RGB value is (95,70,8). Sum of RGB (Red+Green+Blue) = 95+70+8=173 (22% of max value = 765). Red value is 95 (37.5% from 255 or 54.91% from 173); Green value is 70 (27.73% from 255 or 40.46% from 173); Blue value is 8 (3.52% from 255 or 4.62% from 173); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4608 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F4608 is #A0B9F7. Grayscale: #464646. Windows color (decimal): -10533368 or 542303. OLE color: 542303.

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

Color convert

RGB95708-
CMYK00.260.920.63
HSL42.76º84.47%20.2%-
HSV(B)42.76º91.58%37.25%-
XYZ6.956.831.18-
YUV70.4192.78145.54-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 54.91%
GREEN value IS 70 (27.73% from 255) = 40.46%
BLUE value IS 8 (3.52% from 255) = 4.62%
R=54.91%
G=40.46%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.92
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9570800.260.920.6342.7684.4720.2
Hex5F46801A5C3F2b5414
Octal13710610032134775312424
Binary1011111100011010000110101011100111111101011101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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