Html Css Color HEX #805510 Raw Umber

📋 copy color: '#805510'

red 128 ◦ green 85 ◦ blue 16

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

Shades of Raw Umber #805510

Tints of Raw Umber #805510

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.12%

 BLUE value IS 16 (6.64% from 255) = 6.99%

R = 55.9%
G = 37.12%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#805510 (or 0x805510) is known color: Raw Umber. HEX triplet: 80, 55 and 10. RGB value is (128,85,16). Sum of RGB (Red+Green+Blue) = 128+85+16=229 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.90% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 16 (6.64% from 255 or 6.99% from 229); Max value from RGB is 128 - color contains mainly: red. Hex color #805510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805510 is #7FAAEF. Grayscale: #5A5A5A. Windows color (decimal): -8366832 or 1070464. OLE color: 1070464.

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

Color convert

RGB 128 85 16 -
CMYK 0 0.34 0.88 0.50
HSL 36.96º 0.78% 0.28% -
HSV(B) 36.96º 0.88% 0.5% -
XYZ 12.24 11.12 1.99 -
YUV 89.99 86.25 155.11 -
System Red Green Blue C M Y K H S L
Decimal 128 85 16 0 0.34 0.88 0.50 36.96 0.78 0.28
Hex 80 55 10 0 22 58 32 25 4E 1C
Octal 200 125 20 0 42 130 62 45 116 34
Binary 10000000 1010101 10000 0 100010 1011000 110010 100101 1001110 11100

Color Harmonies of #805510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805510

Black with #805510

Text Example


Text Example

White with #805510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805510; }

 p { color: rgb(128,85,16); }

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

background-color css

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

 a { background-color: rgb(128,85,16); }

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

border-color css

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

 span { border-color: rgb(128,85,16); }

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