Html Css Color HEX #815213 Raw Umber

📋 copy color: '#815213'

red 129 ◦ green 82 ◦ blue 19

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

Shades of Raw Umber #815213

Tints of Raw Umber #815213

RGB

 RED value IS 129 (50.78% from 255) = 56.09%

 GREEN value IS 82 (32.42% from 255) = 35.65%

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

R = 56.09%
G = 35.65%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#815213 (or 0x815213) is known color: Raw Umber. HEX triplet: 81, 52 and 13. RGB value is (129,82,19). Sum of RGB (Red+Green+Blue) = 129+82+19=230 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.09% from 230); Green value is 82 (32.42% from 255 or 35.65% from 230); Blue value is 19 (7.81% from 255 or 8.26% from 230); Max value from RGB is 129 - color contains mainly: red. Hex color #815213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #815213 is #7EADEC. Grayscale: #595959. Windows color (decimal): -8302061 or 1266305. OLE color: 1266305.

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

Color convert

RGB 129 82 19 -
CMYK 0 0.36 0.85 0.49
HSL 34.36º 0.74% 0.29% -
HSV(B) 34.36º 0.85% 0.51% -
XYZ 12.19 10.75 2.05 -
YUV 88.87 88.57 156.62 -
System Red Green Blue C M Y K H S L
Decimal 129 82 19 0 0.36 0.85 0.49 34.36 0.74 0.29
Hex 81 52 13 0 24 55 31 22 4A 1D
Octal 201 122 23 0 44 125 61 42 112 35
Binary 10000001 1010010 10011 0 100100 1010101 110001 100010 1001010 11101

Color Harmonies of #815213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815213

Black with #815213

Text Example


Text Example

White with #815213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815213; }

 p { color: rgb(129,82,19); }

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

background-color css

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

 a { background-color: rgb(129,82,19); }

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

border-color css

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

 span { border-color: rgb(129,82,19); }

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