Html Css Color HEX #805113 Raw Umber

📋 copy color: '#805113'

red 128 ◦ green 81 ◦ blue 19

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

Shades of Raw Umber #805113

Tints of Raw Umber #805113

RGB

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

 GREEN value IS 81 (32.03% from 255) = 35.53%

 BLUE value IS 19 (7.81% from 255) = 8.33%

R = 56.14%
G = 35.53%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#805113 (or 0x805113) is known color: Raw Umber. HEX triplet: 80, 51 and 13. RGB value is (128,81,19). Sum of RGB (Red+Green+Blue) = 128+81+19=228 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.14% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 128 - color contains mainly: red. Hex color #805113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805113 is #7FAEEC. Grayscale: #585858. Windows color (decimal): -8367853 or 1266048. OLE color: 1266048.

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

Color convert

RGB 128 81 19 -
CMYK 0 0.37 0.85 0.50
HSL 34.13º 0.74% 0.29% -
HSV(B) 34.13º 0.85% 0.5% -
XYZ 11.96 10.52 2.02 -
YUV 87.99 89.07 156.54 -
System Red Green Blue C M Y K H S L
Decimal 128 81 19 0 0.37 0.85 0.50 34.13 0.74 0.29
Hex 80 51 13 0 25 55 32 22 4A 1D
Octal 200 121 23 0 45 125 62 42 112 35
Binary 10000000 1010001 10011 0 100101 1010101 110010 100010 1001010 11101

Color Harmonies of #805113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805113

Black with #805113

Text Example


Text Example

White with #805113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805113; }

 p { color: rgb(128,81,19); }

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

background-color css

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

 a { background-color: rgb(128,81,19); }

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

border-color css

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

 span { border-color: rgb(128,81,19); }

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