#805102

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

Shades of Raw Umber #805102

Tints of Raw Umber #805102

Color information

#805102 (or 0x805102) is unknown color: approx Raw Umber. HEX triplet: 80, 51 and 02. RGB value is (128,81,2). Sum of RGB (Red+Green+Blue) = 128+81+2=211 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.66% from 211); Green value is 81 (32.03% from 255 or 38.39% from 211); Blue value is 2 (1.17% from 255 or 0.95% from 211); Max value from RGB is 128 - color contains mainly: red. Hex color #805102 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805102 is #7FAEFD. Grayscale: #565656. Windows color (decimal): -8367870 or 151936. OLE color: 151936.

HSL color Cylindrical-coordinate representation of color #805102: hue angle of 37.62º 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 #805102 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB128812-
CMYK00.370.980.50
HSL37.62º96.92%25.49%-
HSV(B)37.62º98.44%50.2%-
XYZ11.8610.481.46-
YUV86.0580.57157.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 60.66%
GREEN value IS 81 (32.03% from 255) = 38.39%
BLUE value IS 2 (1.17% from 255) = 0.95%
R=60.66%
G=38.39%
B=0.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.98
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12881200.370.980.5037.6296.9225.49
Hex805120256232266119
Octal2001212045142624614131
Binary1000000010100011001001011100010110010100110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805102; }

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

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

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

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

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

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

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

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