Html Css Color HEX #81371B Burnt Umber

📋 copy color: '#81371B'

red 129 ◦ green 55 ◦ blue 27

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

Shades of Burnt Umber #81371B

Tints of Burnt Umber #81371B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.8%

R = 61.14%
G = 26.07%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#81371B (or 0x81371B) is known color: Burnt Umber. HEX triplet: 81, 37 and 1B. RGB value is (129,55,27). Sum of RGB (Red+Green+Blue) = 129+55+27=211 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.14% from 211); Green value is 55 (21.88% from 255 or 26.07% from 211); Blue value is 27 (10.94% from 255 or 12.80% from 211); Max value from RGB is 129 - color contains mainly: red. Hex color #81371B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81371B is #7EC8E4. Grayscale: #4A4A4A. Windows color (decimal): -8308965 or 1783681. OLE color: 1783681.

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

Color convert

RGB 129 55 27 -
CMYK 0 0.57 0.79 0.49
HSL 16.47º 0.65% 0.31% -
HSV(B) 16.47º 0.79% 0.51% -
XYZ 10.62 7.48 1.92 -
YUV 73.93 101.52 167.28 -
System Red Green Blue C M Y K H S L
Decimal 129 55 27 0 0.57 0.79 0.49 16.47 0.65 0.31
Hex 81 37 1B 0 39 4F 31 10 41 1F
Octal 201 67 33 0 71 117 61 20 101 37
Binary 10000001 110111 11011 0 111001 1001111 110001 10000 1000001 11111

Color Harmonies of #81371B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81371B

Black with #81371B

Text Example


Text Example

White with #81371B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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