Html Css Color HEX #81331C Burnt Umber

📋 copy color: '#81331C'

red 129 ◦ green 51 ◦ blue 28

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

Shades of Burnt Umber #81331C

Tints of Burnt Umber #81331C

RGB

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

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

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

R = 62.02%
G = 24.52%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#81331C (or 0x81331C) is known color: Burnt Umber. HEX triplet: 81, 33 and 1C. RGB value is (129,51,28). Sum of RGB (Red+Green+Blue) = 129+51+28=208 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.02% from 208); Green value is 51 (20.31% from 255 or 24.52% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 129 - color contains mainly: red. Hex color #81331C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81331C is #7ECCE3. Grayscale: #474747. Windows color (decimal): -8309988 or 1848193. OLE color: 1848193.

HSL color Cylindrical-coordinate representation of color #81331C: hue angle of 13.66º 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 #81331C is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 51 28 -
CMYK 0 0.60 0.78 0.49
HSL 13.66º 0.64% 0.31% -
HSV(B) 13.66º 0.78% 0.51% -
XYZ 10.45 7.12 1.92 -
YUV 71.7 103.34 168.87 -
System Red Green Blue C M Y K H S L
Decimal 129 51 28 0 0.60 0.78 0.49 13.66 0.64 0.31
Hex 81 33 1C 0 3C 4E 31 E 40 1F
Octal 201 63 34 0 74 116 61 16 100 37
Binary 10000001 110011 11100 0 111100 1001110 110001 1110 1000000 11111

Color Harmonies of #81331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81331C

Black with #81331C

Text Example


Text Example

White with #81331C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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