Html Css Color HEX #805516 Raw Umber

📋 copy color: '#805516'

red 128 ◦ green 85 ◦ blue 22

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

Shades of Raw Umber #805516

Tints of Raw Umber #805516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.36%

R = 54.47%
G = 36.17%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#805516 (or 0x805516) is known color: Raw Umber. HEX triplet: 80, 55 and 16. RGB value is (128,85,22). Sum of RGB (Red+Green+Blue) = 128+85+22=235 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.47% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 22 (8.98% from 255 or 9.36% from 235); Max value from RGB is 128 - color contains mainly: red. Hex color #805516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805516 is #7FAAE9. Grayscale: #5A5A5A. Windows color (decimal): -8366826 or 1463680. OLE color: 1463680.

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

Color convert

RGB 128 85 22 -
CMYK 0 0.34 0.83 0.50
HSL 35.66º 0.71% 0.29% -
HSV(B) 35.66º 0.83% 0.5% -
XYZ 12.3 11.14 2.26 -
YUV 90.68 89.25 154.62 -
System Red Green Blue C M Y K H S L
Decimal 128 85 22 0 0.34 0.83 0.50 35.66 0.71 0.29
Hex 80 55 16 0 22 53 32 24 47 1D
Octal 200 125 26 0 42 123 62 44 107 35
Binary 10000000 1010101 10110 0 100010 1010011 110010 100100 1000111 11101

Color Harmonies of #805516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805516

Black with #805516

Text Example


Text Example

White with #805516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805516; }

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

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

background-color css

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

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

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

border-color css

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

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

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