#805707

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

Shades of Raw Umber #805707

Tints of Raw Umber #805707

Color information

#805707 (or 0x805707) is unknown color: approx Raw Umber. HEX triplet: 80, 57 and 07. RGB value is (128,87,7). Sum of RGB (Red+Green+Blue) = 128+87+7=222 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.66% from 222); Green value is 87 (34.38% from 255 or 39.19% from 222); Blue value is 7 (3.12% from 255 or 3.15% from 222); Max value from RGB is 128 - color contains mainly: red. Hex color #805707 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805707 is #7FA8F8. Grayscale: #5A5A5A. Windows color (decimal): -8366329 or 481152. OLE color: 481152.

HSL color Cylindrical-coordinate representation of color #805707: hue angle of 39.67º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #805707 is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.50.

Color convert

RGB128877-
CMYK00.320.950.50
HSL39.67º89.63%26.47%-
HSV(B)39.67º94.53%50.2%-
XYZ12.3511.421.75-
YUV90.1481.08155-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 57.66%
GREEN value IS 87 (34.38% from 255) = 39.19%
BLUE value IS 7 (3.12% from 255) = 3.15%
R=57.66%
G=39.19%
B=3.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.95
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12887700.320.950.5039.6789.6326.47
Hex805770205F32285a1a
Octal2001277040137625013232
Binary10000000101011111101000001011111110010101000101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805707; }

 p { color: rgb(128,87,7); }

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

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

 a { background-color: rgb(128,87,7); }

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

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

 span { border-color: rgb(128,87,7); }

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