Html Css Color HEX #81371C Burnt Umber

📋 copy color: '#81371C'

red 129 ◦ green 55 ◦ blue 28

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

Shades of Burnt Umber #81371C

Tints of Burnt Umber #81371C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.21%

R = 60.85%
G = 25.94%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#81371C (or 0x81371C) is known color: Burnt Umber. HEX triplet: 81, 37 and 1C. RGB value is (129,55,28). Sum of RGB (Red+Green+Blue) = 129+55+28=212 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.85% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 129 - color contains mainly: red. Hex color #81371C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81371C is #7EC8E3. Grayscale: #4A4A4A. Windows color (decimal): -8308964 or 1849217. OLE color: 1849217.

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

Color convert

RGB 129 55 28 -
CMYK 0 0.57 0.78 0.49
HSL 16.04º 0.64% 0.31% -
HSV(B) 16.04º 0.78% 0.51% -
XYZ 10.63 7.48 1.98 -
YUV 74.05 102.02 167.2 -
System Red Green Blue C M Y K H S L
Decimal 129 55 28 0 0.57 0.78 0.49 16.04 0.64 0.31
Hex 81 37 1C 0 39 4E 31 10 40 1F
Octal 201 67 34 0 71 116 61 20 100 37
Binary 10000001 110111 11100 0 111001 1001110 110001 10000 1000000 11111

Color Harmonies of #81371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81371C

Black with #81371C

Text Example


Text Example

White with #81371C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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