#5E4108

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

Shades of Raw Umber #5E4108

Tints of Raw Umber #5E4108

Color information

#5E4108 (or 0x5E4108) is unknown color: approx Raw Umber. HEX triplet: 5E, 41 and 08. RGB value is (94,65,8). Sum of RGB (Red+Green+Blue) = 94+65+8=167 (22% of max value = 765). Red value is 94 (37.11% from 255 or 56.29% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 8 (3.52% from 255 or 4.79% from 167); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4108 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E4108 is #A1BEF7. Grayscale: #434343. Windows color (decimal): -10600184 or 541022. OLE color: 541022.

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

Color convert

RGB94658-
CMYK00.310.910.63
HSL39.77º84.31%20%-
HSV(B)39.77º91.49%36.86%-
XYZ6.556.181.08-
YUV67.1794.61147.13-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 56.29%
GREEN value IS 65 (25.78% from 255) = 38.92%
BLUE value IS 8 (3.52% from 255) = 4.79%
R=56.29%
G=38.92%
B=4.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.91
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9465800.310.910.6339.7784.3120
Hex5E41801F5B3F285414
Octal13610110037133775012424
Binary1011110100000110000111111011011111111101000101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,65,8); }

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

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

 a { background-color: rgb(94,65,8); }

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

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

 span { border-color: rgb(94,65,8); }

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