#805E02

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

Shades of Raw Umber #805E02

Tints of Raw Umber #805E02

Color information

#805E02 (or 0x805E02) is unknown color: approx Raw Umber. HEX triplet: 80, 5E and 02. RGB value is (128,94,2). Sum of RGB (Red+Green+Blue) = 128+94+2=224 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.14% from 224); Green value is 94 (37.11% from 255 or 41.96% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 128 - color contains mainly: red. Hex color #805E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805E02 is #7FA1FD. Grayscale: #5E5E5E. Windows color (decimal): -8364542 or 155264. OLE color: 155264.

HSL color Cylindrical-coordinate representation of color #805E02: hue angle of 43.81º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #805E02 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB128942-
CMYK00.270.980.50
HSL43.81º96.92%25.49%-
HSV(B)43.81º98.44%50.2%-
XYZ12.9212.61.81-
YUV93.6876.26152.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 57.14%
GREEN value IS 94 (37.11% from 255) = 41.96%
BLUE value IS 2 (1.17% from 255) = 0.89%
R=57.14%
G=41.96%
B=0.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.98
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12894200.270.980.5043.8196.9225.49
Hex805E201B62322c6119
Octal2001362033142625414131
Binary100000001011110100110111100010110010101100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805E02; }

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

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

<style>
 a { background-color: #805E02; }

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

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

<style>
 span { border-color: #805E02; }

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

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