Html Css Color HEX #812913 Burnt Umber

📋 copy color: '#812913'

red 129 ◦ green 41 ◦ blue 19

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

Shades of Burnt Umber #812913

Tints of Burnt Umber #812913

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.69%

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

R = 68.25%
G = 21.69%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#812913 (or 0x812913) is known color: Burnt Umber. HEX triplet: 81, 29 and 13. RGB value is (129,41,19). Sum of RGB (Red+Green+Blue) = 129+41+19=189 (25% of max value = 765). Red value is 129 (50.78% from 255 or 68.25% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 19 (7.81% from 255 or 10.05% from 189); Max value from RGB is 129 - color contains mainly: red. Hex color #812913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812913 is #7ED6EC. Grayscale: #404040. Windows color (decimal): -8312557 or 1255809. OLE color: 1255809.

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

Color convert

RGB 129 41 19 -
CMYK 0 0.68 0.85 0.49
HSL 12º 0.74% 0.29% -
HSV(B) 12º 0.85% 0.51% -
XYZ 9.96 6.3 1.31 -
YUV 64.8 102.15 173.79 -
System Red Green Blue C M Y K H S L
Decimal 129 41 19 0 0.68 0.85 0.49 12 0.74 0.29
Hex 81 29 13 0 44 55 31 C 4A 1D
Octal 201 51 23 0 104 125 61 14 112 35
Binary 10000001 101001 10011 0 1000100 1010101 110001 1100 1001010 11101

Color Harmonies of #812913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812913

Black with #812913

Text Example


Text Example

White with #812913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812913; }

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

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

background-color css

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

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

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

border-color css

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

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

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