#805E00

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

Shades of Raw Umber #805E00

Tints of Raw Umber #805E00

Color information

#805E00 (or 0x805E00) is unknown color: approx Raw Umber. HEX triplet: 80, 5E and 00. RGB value is (128,94,0). Sum of RGB (Red+Green+Blue) = 128+94+0=222 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.66% from 222); Green value is 94 (37.11% from 255 or 42.34% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 128 - color contains mainly: red. Hex color #805E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805E00 is #7FA1FF. Grayscale: #5D5D5D. Windows color (decimal): -8364544 or 24192. OLE color: 24192.

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

Color convert

RGB128940-
CMYK00.2710.50
HSL44.06º100%25.1%-
HSV(B)44.06º100%50.2%-
XYZ12.912.591.75-
YUV93.4575.26152.64-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 57.66%
GREEN value IS 94 (37.11% from 255) = 42.34%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.66%
G=42.34%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 1
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12894000.2710.5044.0610025.1
Hex805E001B64322c6419
Octal2001360033144625414431
Binary10000000101111000110111100100110010101100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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