Html Css Color HEX #805413 Raw Umber

📋 copy color: '#805413'

red 128 ◦ green 84 ◦ blue 19

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

Shades of Raw Umber #805413

Tints of Raw Umber #805413

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.36%

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

R = 55.41%
G = 36.36%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#805413 (or 0x805413) is known color: Raw Umber. HEX triplet: 80, 54 and 13. RGB value is (128,84,19). Sum of RGB (Red+Green+Blue) = 128+84+19=231 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.41% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 128 - color contains mainly: red. Hex color #805413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805413 is #7FABEC. Grayscale: #5A5A5A. Windows color (decimal): -8367085 or 1266816. OLE color: 1266816.

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

Color convert

RGB 128 84 19 -
CMYK 0 0.34 0.85 0.50
HSL 35.78º 0.74% 0.29% -
HSV(B) 35.78º 0.85% 0.5% -
XYZ 12.19 10.98 2.09 -
YUV 89.75 88.08 155.29 -
System Red Green Blue C M Y K H S L
Decimal 128 84 19 0 0.34 0.85 0.50 35.78 0.74 0.29
Hex 80 54 13 0 22 55 32 24 4A 1D
Octal 200 124 23 0 42 125 62 44 112 35
Binary 10000000 1010100 10011 0 100010 1010101 110010 100100 1001010 11101

Color Harmonies of #805413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805413

Black with #805413

Text Example


Text Example

White with #805413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805413; }

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

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

background-color css

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

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

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

border-color css

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

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

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