#5E4702

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

Shades of Raw Umber #5E4702

Tints of Raw Umber #5E4702

Color information

#5E4702 (or 0x5E4702) is unknown color: approx Raw Umber. HEX triplet: 5E, 47 and 02. RGB value is (94,71,2). Sum of RGB (Red+Green+Blue) = 94+71+2=167 (22% of max value = 765). Red value is 94 (37.11% from 255 or 56.29% from 167); Green value is 71 (28.12% from 255 or 42.51% from 167); Blue value is 2 (1.17% from 255 or 1.20% from 167); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E4702 is #A1B8FD. Grayscale: #464646. Windows color (decimal): -10598654 or 149342. OLE color: 149342.

HSL color Cylindrical-coordinate representation of color #5E4702: hue angle of 45º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E4702 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.63.

Color convert

RGB94712-
CMYK00.240.980.63
HSL45º95.83%18.82%-
HSV(B)45º97.87%36.86%-
XYZ6.886.891.02-
YUV70.0189.62145.11-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 56.29%
GREEN value IS 71 (28.12% from 255) = 42.51%
BLUE value IS 2 (1.17% from 255) = 1.20%
R=56.29%
G=42.51%
B=1.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.98
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9471200.240.980.634595.8318.82
Hex5E472018623F2d6013
Octal1361072030142775514023
Binary10111101000111100110001100010111111101101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,71,2); }

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

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

 a { background-color: rgb(94,71,2); }

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

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

 span { border-color: rgb(94,71,2); }

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