Html Css Color HEX #813112 Burnt Umber

📋 copy color: '#813112'

red 129 ◦ green 49 ◦ blue 18

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

Shades of Burnt Umber #813112

Tints of Burnt Umber #813112

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25%

 BLUE value IS 18 (7.42% from 255) = 9.18%

R = 65.82%
G = 25%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#813112 (or 0x813112) is known color: Burnt Umber. HEX triplet: 81, 31 and 12. RGB value is (129,49,18). Sum of RGB (Red+Green+Blue) = 129+49+18=196 (25% of max value = 765). Red value is 129 (50.78% from 255 or 65.82% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 129 - color contains mainly: red. Hex color #813112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813112 is #7ECEED. Grayscale: #454545. Windows color (decimal): -8310510 or 1192321. OLE color: 1192321.

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

Color convert

RGB 129 49 18 -
CMYK 0 0.62 0.86 0.49
HSL 16.76º 0.76% 0.29% -
HSV(B) 16.76º 0.86% 0.51% -
XYZ 10.26 6.91 1.36 -
YUV 69.39 99 170.52 -
System Red Green Blue C M Y K H S L
Decimal 129 49 18 0 0.62 0.86 0.49 16.76 0.76 0.29
Hex 81 31 12 0 3E 56 31 11 4C 1D
Octal 201 61 22 0 76 126 61 21 114 35
Binary 10000001 110001 10010 0 111110 1010110 110001 10001 1001100 11101

Color Harmonies of #813112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813112

Black with #813112

Text Example


Text Example

White with #813112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813112; }

 p { color: rgb(129,49,18); }

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

background-color css

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

 a { background-color: rgb(129,49,18); }

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

border-color css

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

 span { border-color: rgb(129,49,18); }

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