#805D00

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

Shades of Raw Umber #805D00

Tints of Raw Umber #805D00

Color information

#805D00 (or 0x805D00) is unknown color: approx Raw Umber. HEX triplet: 80, 5D and 00. RGB value is (128,93,0). Sum of RGB (Red+Green+Blue) = 128+93+0=221 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.92% from 221); Green value is 93 (36.72% from 255 or 42.08% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 128 - color contains mainly: red. Hex color #805D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805D00 is #7FA2FF. Grayscale: #5D5D5D. Windows color (decimal): -8364800 or 23936. OLE color: 23936.

HSL color Cylindrical-coordinate representation of color #805D00: hue angle of 43.59º 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 #805D00 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.50.

Color convert

RGB128930-
CMYK00.2710.50
HSL43.59º100%25.1%-
HSV(B)43.59º100%50.2%-
XYZ12.8212.421.72-
YUV92.8675.6153.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 57.92%
GREEN value IS 93 (36.72% from 255) = 42.08%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.92%
G=42.08%
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
Decimal12893000.2710.5043.5910025.1
Hex805D001B64322c6419
Octal2001350033144625414431
Binary10000000101110100110111100100110010101100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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