#805908

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

Shades of Raw Umber #805908

Tints of Raw Umber #805908

Color information

#805908 (or 0x805908) is unknown color: approx Raw Umber. HEX triplet: 80, 59 and 08. RGB value is (128,89,8). Sum of RGB (Red+Green+Blue) = 128+89+8=225 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.89% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 8 (3.52% from 255 or 3.56% from 225); Max value from RGB is 128 - color contains mainly: red. Hex color #805908 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805908 is #7FA6F7. Grayscale: #5B5B5B. Windows color (decimal): -8365816 or 547200. OLE color: 547200.

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

Color convert

RGB128898-
CMYK00.300.940.50
HSL40.5º88.24%26.67%-
HSV(B)40.5º93.75%50.2%-
XYZ12.5211.751.84-
YUV91.4380.92154.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 56.89%
GREEN value IS 89 (35.16% from 255) = 39.56%
BLUE value IS 8 (3.52% from 255) = 3.56%
R=56.89%
G=39.56%
B=3.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.94
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12889800.300.940.5040.588.2426.67
Hex8059801E5E3228581b
Octal20013110036136625013033
Binary10000000101100110000111101011110110010101000101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805908; }

 p { color: rgb(128,89,8); }

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

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

 a { background-color: rgb(128,89,8); }

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

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

 span { border-color: rgb(128,89,8); }

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