Html Css Color HEX #813027 Burnt Umber

📋 copy color: '#813027'

red 129 ◦ green 48 ◦ blue 39

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

Shades of Burnt Umber #813027

Tints of Burnt Umber #813027

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.22%

 BLUE value IS 39 (15.63% from 255) = 18.06%

R = 59.72%
G = 22.22%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#813027 (or 0x813027) is known color: Burnt Umber. HEX triplet: 81, 30 and 27. RGB value is (129,48,39). Sum of RGB (Red+Green+Blue) = 129+48+39=216 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.72% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 39 (15.62% from 255 or 18.06% from 216); Max value from RGB is 129 - color contains mainly: red. Hex color #813027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813027 is #7ECFD8. Grayscale: #474747. Windows color (decimal): -8310745 or 2568321. OLE color: 2568321.

HSL color Cylindrical-coordinate representation of color #813027: hue angle of 6º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #813027 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 48 39 -
CMYK 0 0.63 0.70 0.49
HSL 0.54% 0.33% -
HSV(B) 0.7% 0.51% -
XYZ 10.48 6.93 2.7 -
YUV 71.19 109.84 169.23 -
System Red Green Blue C M Y K H S L
Decimal 129 48 39 0 0.63 0.70 0.49 6 0.54 0.33
Hex 81 30 27 0 3F 46 31 6 36 21
Octal 201 60 47 0 77 106 61 6 66 41
Binary 10000001 110000 100111 0 111111 1000110 110001 110 110110 100001

Color Harmonies of #813027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813027

Black with #813027

Text Example


Text Example

White with #813027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813027; }

 p { color: rgb(129,48,39); }

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

background-color css

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

 a { background-color: rgb(129,48,39); }

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

border-color css

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

 span { border-color: rgb(129,48,39); }

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