#805601

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

Shades of Raw Umber #805601

Tints of Raw Umber #805601

Color information

#805601 (or 0x805601) is unknown color: approx Raw Umber. HEX triplet: 80, 56 and 01. RGB value is (128,86,1). Sum of RGB (Red+Green+Blue) = 128+86+1=215 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.53% from 215); Green value is 86 (33.98% from 255 or 40% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 128 - color contains mainly: red. Hex color #805601 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805601 is #7FA9FE. Grayscale: #595959. Windows color (decimal): -8366591 or 87680. OLE color: 87680.

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

Color convert

RGB128861-
CMYK00.330.990.50
HSL40.16º98.45%25.29%-
HSV(B)40.16º99.22%50.2%-
XYZ12.2411.251.55-
YUV88.8778.41155.91-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 59.53%
GREEN value IS 86 (33.98% from 255) = 40%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=59.53%
G=40%
B=0.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.99
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12886100.330.990.5040.1698.4525.29
Hex805610216332286219
Octal2001261041143625014231
Binary100000001010110101000011100011110010101000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805601; }

 p { color: rgb(128,86,1); }

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

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

 a { background-color: rgb(128,86,1); }

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

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

 span { border-color: rgb(128,86,1); }

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