Html Css Color HEX #81341C Burnt Umber

📋 copy color: '#81341C'

red 129 ◦ green 52 ◦ blue 28

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

Shades of Burnt Umber #81341C

Tints of Burnt Umber #81341C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.88%

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

R = 61.72%
G = 24.88%
B = 13.4%

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

#81341C (or 0x81341C) is known color: Burnt Umber. HEX triplet: 81, 34 and 1C. RGB value is (129,52,28). Sum of RGB (Red+Green+Blue) = 129+52+28=209 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.72% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 129 - color contains mainly: red. Hex color #81341C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81341C is #7ECBE3. Grayscale: #484848. Windows color (decimal): -8309732 or 1848449. OLE color: 1848449.

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

Color convert

RGB 129 52 28 -
CMYK 0 0.60 0.78 0.49
HSL 14.26º 0.64% 0.31% -
HSV(B) 14.26º 0.78% 0.51% -
XYZ 10.49 7.21 1.94 -
YUV 72.29 103.01 168.45 -
System Red Green Blue C M Y K H S L
Decimal 129 52 28 0 0.60 0.78 0.49 14.26 0.64 0.31
Hex 81 34 1C 0 3C 4E 31 E 40 1F
Octal 201 64 34 0 74 116 61 16 100 37
Binary 10000001 110100 11100 0 111100 1001110 110001 1110 1000000 11111

Color Harmonies of #81341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81341C

Black with #81341C

Text Example


Text Example

White with #81341C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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