#5e430a

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

Shades of Raw Umber #5E430A

Tints of Raw Umber #5E430A

Color information

#5E430A (or 0x5E430A) is unknown color: approx Raw Umber. HEX triplet: 5E, 43 and 0A. RGB value is (94,67,10). Sum of RGB (Red+Green+Blue) = 94+67+10=171 (22% of max value = 765). Red value is 94 (37.11% from 255 or 54.97% from 171); Green value is 67 (26.56% from 255 or 39.18% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 94 - color contains mainly: red. Hex color #5E430A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E430A is #A1BCF5. Grayscale: #444444. Windows color (decimal): -10599670 or 672606. OLE color: 672606.

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

Color convert

RGB946710-
CMYK00.290.890.63
HSL40.71º80.77%20.39%-
HSV(B)40.71º89.36%36.86%-
XYZ6.686.421.17-
YUV68.5894.95146.13-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 54.97%
GREEN value IS 67 (26.56% from 255) = 39.18%
BLUE value IS 10 (4.30% from 255) = 5.85%
R=54.97%
G=39.18%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.89
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94671000.290.890.6340.7180.7720.39
Hex5E43A01D593F295114
Octal13610312035131775112124
Binary1011110100001110100111011011001111111101001101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e430a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,67,10); }

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

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

 a { background-color: rgb(94,67,10); }

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

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

 span { border-color: rgb(94,67,10); }

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