Html Css Color HEX #805512 Raw Umber

📋 copy color: '#805512'

red 128 ◦ green 85 ◦ blue 18

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

Shades of Raw Umber #805512

Tints of Raw Umber #805512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.79%

R = 55.41%
G = 36.8%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.50

RGB Variations

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

Color information

#805512 (or 0x805512) is known color: Raw Umber. HEX triplet: 80, 55 and 12. RGB value is (128,85,18). Sum of RGB (Red+Green+Blue) = 128+85+18=231 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.41% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 128 - color contains mainly: red. Hex color #805512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805512 is #7FAAED. Grayscale: #5A5A5A. Windows color (decimal): -8366830 or 1201536. OLE color: 1201536.

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

Color convert

RGB 128 85 18 -
CMYK 0 0.34 0.86 0.50
HSL 36.55º 0.75% 0.29% -
HSV(B) 36.55º 0.86% 0.5% -
XYZ 12.26 11.13 2.07 -
YUV 90.22 87.25 154.95 -
System Red Green Blue C M Y K H S L
Decimal 128 85 18 0 0.34 0.86 0.50 36.55 0.75 0.29
Hex 80 55 12 0 22 56 32 25 4B 1D
Octal 200 125 22 0 42 126 62 45 113 35
Binary 10000000 1010101 10010 0 100010 1010110 110010 100101 1001011 11101

Color Harmonies of #805512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805512

Black with #805512

Text Example


Text Example

White with #805512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805512; }

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

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

background-color css

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

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

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

border-color css

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

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

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