Html Css Color HEX #81371E Burnt Umber

📋 copy color: '#81371E'

red 129 ◦ green 55 ◦ blue 30

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

Shades of Burnt Umber #81371E

Tints of Burnt Umber #81371E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.7%

 BLUE value IS 30 (12.11% from 255) = 14.02%

R = 60.28%
G = 25.7%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#81371E (or 0x81371E) is known color: Burnt Umber. HEX triplet: 81, 37 and 1E. RGB value is (129,55,30). Sum of RGB (Red+Green+Blue) = 129+55+30=214 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.28% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 30 (12.11% from 255 or 14.02% from 214); Max value from RGB is 129 - color contains mainly: red. Hex color #81371E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81371E is #7EC8E1. Grayscale: #4A4A4A. Windows color (decimal): -8308962 or 1980289. OLE color: 1980289.

HSL color Cylindrical-coordinate representation of color #81371E: hue angle of 15.15º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #81371E is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 55 30 -
CMYK 0 0.57 0.77 0.49
HSL 15.15º 0.62% 0.31% -
HSV(B) 15.15º 0.77% 0.51% -
XYZ 10.65 7.49 2.11 -
YUV 74.28 103.02 167.03 -
System Red Green Blue C M Y K H S L
Decimal 129 55 30 0 0.57 0.77 0.49 15.15 0.62 0.31
Hex 81 37 1E 0 39 4D 31 F 3E 1F
Octal 201 67 36 0 71 115 61 17 76 37
Binary 10000001 110111 11110 0 111001 1001101 110001 1111 111110 11111

Color Harmonies of #81371E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81371E

Black with #81371E

Text Example


Text Example

White with #81371E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81371E; }

 p { color: rgb(129,55,30); }

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

background-color css

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

 a { background-color: rgb(129,55,30); }

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

border-color css

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

 span { border-color: rgb(129,55,30); }

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