#5F400B

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

Shades of Raw Umber #5F400B

Tints of Raw Umber #5F400B

Color information

#5F400B (or 0x5F400B) is unknown color: approx Raw Umber. HEX triplet: 5F, 40 and 0B. RGB value is (95,64,11). Sum of RGB (Red+Green+Blue) = 95+64+11=170 (22% of max value = 765). Red value is 95 (37.5% from 255 or 55.88% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 11 (4.69% from 255 or 6.47% from 170); Max value from RGB is 95 - color contains mainly: red. Hex color #5F400B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F400B is #A0BFF4. Grayscale: #434343. Windows color (decimal): -10534901 or 737375. OLE color: 737375.

HSL color Cylindrical-coordinate representation of color #5F400B: hue angle of 37.86º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5F400B is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.63.

Color convert

RGB956411-
CMYK00.330.880.63
HSL37.86º79.25%20.78%-
HSV(B)37.86º88.42%37.25%-
XYZ6.616.121.15-
YUV67.2396.27147.81-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 55.88%
GREEN value IS 64 (25.39% from 255) = 37.65%
BLUE value IS 11 (4.69% from 255) = 6.47%
R=55.88%
G=37.65%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.88
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95641100.330.880.6337.8679.2520.78
Hex5F40B021583F264f15
Octal13710013041130774611725
Binary10111111000000101101000011011000111111100110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F400B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,64,11); }

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

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

 a { background-color: rgb(95,64,11); }

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

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

 span { border-color: rgb(95,64,11); }

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