Html Css Color HEX #805313 Raw Umber

📋 copy color: '#805313'

red 128 ◦ green 83 ◦ blue 19

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

Shades of Raw Umber #805313

Tints of Raw Umber #805313

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.09%

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

R = 55.65%
G = 36.09%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#805313 (or 0x805313) is known color: Raw Umber. HEX triplet: 80, 53 and 13. RGB value is (128,83,19). Sum of RGB (Red+Green+Blue) = 128+83+19=230 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.65% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 19 (7.81% from 255 or 8.26% from 230); Max value from RGB is 128 - color contains mainly: red. Hex color #805313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805313 is #7FACEC. Grayscale: #595959. Windows color (decimal): -8367341 or 1266560. OLE color: 1266560.

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

Color convert

RGB 128 83 19 -
CMYK 0 0.35 0.85 0.50
HSL 35.23º 0.74% 0.29% -
HSV(B) 35.23º 0.85% 0.5% -
XYZ 12.11 10.82 2.07 -
YUV 89.16 88.41 155.7 -
System Red Green Blue C M Y K H S L
Decimal 128 83 19 0 0.35 0.85 0.50 35.23 0.74 0.29
Hex 80 53 13 0 23 55 32 23 4A 1D
Octal 200 123 23 0 43 125 62 43 112 35
Binary 10000000 1010011 10011 0 100011 1010101 110010 100011 1001010 11101

Color Harmonies of #805313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805313

Black with #805313

Text Example


Text Example

White with #805313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805313; }

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

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

background-color css

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

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

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

border-color css

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

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

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