Html Css Color HEX #81341D Burnt Umber

📋 copy color: '#81341D'

red 129 ◦ green 52 ◦ blue 29

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

Shades of Burnt Umber #81341D

Tints of Burnt Umber #81341D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.81%

R = 61.43%
G = 24.76%
B = 13.81%

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

#81341D (or 0x81341D) is known color: Burnt Umber. HEX triplet: 81, 34 and 1D. RGB value is (129,52,29). Sum of RGB (Red+Green+Blue) = 129+52+29=210 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.43% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 129 - color contains mainly: red. Hex color #81341D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81341D is #7ECBE2. Grayscale: #484848. Windows color (decimal): -8309731 or 1913985. OLE color: 1913985.

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

Color convert

RGB 129 52 29 -
CMYK 0 0.60 0.78 0.49
HSL 13.8º 0.63% 0.31% -
HSV(B) 13.8º 0.78% 0.51% -
XYZ 10.5 7.21 2 -
YUV 72.4 103.51 168.37 -
System Red Green Blue C M Y K H S L
Decimal 129 52 29 0 0.60 0.78 0.49 13.8 0.63 0.31
Hex 81 34 1D 0 3C 4E 31 E 3F 1F
Octal 201 64 35 0 74 116 61 16 77 37
Binary 10000001 110100 11101 0 111100 1001110 110001 1110 111111 11111

Color Harmonies of #81341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81341D

Black with #81341D

Text Example


Text Example

White with #81341D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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