Html Css Color HEX #81331A Burnt Umber

📋 copy color: '#81331A'

red 129 ◦ green 51 ◦ blue 26

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

Shades of Burnt Umber #81331A

Tints of Burnt Umber #81331A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.76%

 BLUE value IS 26 (10.55% from 255) = 12.62%

R = 62.62%
G = 24.76%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#81331A (or 0x81331A) is known color: Burnt Umber. HEX triplet: 81, 33 and 1A. RGB value is (129,51,26). Sum of RGB (Red+Green+Blue) = 129+51+26=206 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.62% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 26 (10.55% from 255 or 12.62% from 206); Max value from RGB is 129 - color contains mainly: red. Hex color #81331A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81331A is #7ECCE5. Grayscale: #474747. Windows color (decimal): -8309990 or 1717121. OLE color: 1717121.

HSL color Cylindrical-coordinate representation of color #81331A: hue angle of 14.56º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #81331A is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 51 26 -
CMYK 0 0.60 0.80 0.49
HSL 14.56º 0.66% 0.3% -
HSV(B) 14.56º 0.8% 0.51% -
XYZ 10.42 7.11 1.8 -
YUV 71.47 102.34 169.03 -
System Red Green Blue C M Y K H S L
Decimal 129 51 26 0 0.60 0.80 0.49 14.56 0.66 0.3
Hex 81 33 1A 0 3C 50 31 F 42 1E
Octal 201 63 32 0 74 120 61 17 102 36
Binary 10000001 110011 11010 0 111100 1010000 110001 1111 1000010 11110

Color Harmonies of #81331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81331A

Black with #81331A

Text Example


Text Example

White with #81331A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81331A; }

 p { color: rgb(129,51,26); }

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

background-color css

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

 a { background-color: rgb(129,51,26); }

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

border-color css

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

 span { border-color: rgb(129,51,26); }

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