Html Css Color HEX #805611 Raw Umber

📋 copy color: '#805611'

red 128 ◦ green 86 ◦ blue 17

#805611
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #805611

Tints of Raw Umber #805611

RGB

 RED value IS 128 (50.39% from 255) = 55.41%

 GREEN value IS 86 (33.98% from 255) = 37.23%

 BLUE value IS 17 (7.03% from 255) = 7.36%

R = 55.41%
G = 37.23%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#805611 (or 0x805611) is known color: Raw Umber. HEX triplet: 80, 56 and 11. RGB value is (128,86,17). Sum of RGB (Red+Green+Blue) = 128+86+17=231 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.41% from 231); Green value is 86 (33.98% from 255 or 37.23% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 128 - color contains mainly: red. Hex color #805611 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805611 is #7FA9EE. Grayscale: #5B5B5B. Windows color (decimal): -8366575 or 1136256. OLE color: 1136256.

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

Color convert

RGB 128 86 17 -
CMYK 0 0.33 0.87 0.50
HSL 37.3º 0.77% 0.28% -
HSV(B) 37.3º 0.87% 0.5% -
XYZ 12.33 11.29 2.06 -
YUV 90.69 86.41 154.61 -
System Red Green Blue C M Y K H S L
Decimal 128 86 17 0 0.33 0.87 0.50 37.3 0.77 0.28
Hex 80 56 11 0 21 57 32 25 4D 1C
Octal 200 126 21 0 41 127 62 45 115 34
Binary 10000000 1010110 10001 0 100001 1010111 110010 100101 1001101 11100

Color Harmonies of #805611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805611

Black with #805611

Text Example


Text Example

White with #805611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805611; }

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

 H1.HeaderClassName
 {
   color: #805611;
 }
 .AnyTagClassName
 {
   color: #805611;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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