Html Css Color HEX #805013 Raw Umber

📋 copy color: '#805013'

red 128 ◦ green 80 ◦ blue 19

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

Shades of Raw Umber #805013

Tints of Raw Umber #805013

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.24%

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

R = 56.39%
G = 35.24%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#805013 (or 0x805013) is known color: Raw Umber. HEX triplet: 80, 50 and 13. RGB value is (128,80,19). Sum of RGB (Red+Green+Blue) = 128+80+19=227 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.39% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 128 - color contains mainly: red. Hex color #805013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805013 is #7FAFEC. Grayscale: #575757. Windows color (decimal): -8368109 or 1265792. OLE color: 1265792.

HSL color Cylindrical-coordinate representation of color #805013: hue angle of 33.58º 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 #805013 is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 80 19 -
CMYK 0 0.38 0.85 0.50
HSL 33.58º 0.74% 0.29% -
HSV(B) 33.58º 0.85% 0.5% -
XYZ 11.89 10.37 1.99 -
YUV 87.4 89.4 156.96 -
System Red Green Blue C M Y K H S L
Decimal 128 80 19 0 0.38 0.85 0.50 33.58 0.74 0.29
Hex 80 50 13 0 26 55 32 22 4A 1D
Octal 200 120 23 0 46 125 62 42 112 35
Binary 10000000 1010000 10011 0 100110 1010101 110010 100010 1001010 11101

Color Harmonies of #805013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805013

Black with #805013

Text Example


Text Example

White with #805013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805013; }

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

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

background-color css

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

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

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

border-color css

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

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

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