#5E400C

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

Shades of Raw Umber #5E400C

Tints of Raw Umber #5E400C

Color information

#5E400C (or 0x5E400C) is unknown color: approx Raw Umber. HEX triplet: 5E, 40 and 0C. RGB value is (94,64,12). Sum of RGB (Red+Green+Blue) = 94+64+12=170 (22% of max value = 765). Red value is 94 (37.11% from 255 or 55.29% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 12 (5.08% from 255 or 7.06% from 170); Max value from RGB is 94 - color contains mainly: red. Hex color #5E400C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E400C is #A1BFF3. Grayscale: #434343. Windows color (decimal): -10600436 or 802910. OLE color: 802910.

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

Color convert

RGB946412-
CMYK00.320.870.63
HSL38.05º77.36%20.78%-
HSV(B)38.05º87.23%36.86%-
XYZ6.526.071.18-
YUV67.0496.94147.23-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 55.29%
GREEN value IS 64 (25.39% from 255) = 37.65%
BLUE value IS 12 (5.08% from 255) = 7.06%
R=55.29%
G=37.65%
B=7.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.87
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94641200.320.870.6338.0577.3620.78
Hex5E40C020573F264d15
Octal13610014040127774611525
Binary10111101000000110001000001010111111111100110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E400C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,64,12); }

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

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

 a { background-color: rgb(94,64,12); }

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

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

 span { border-color: rgb(94,64,12); }

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