Html Css Color HEX #81361D Burnt Umber

📋 copy color: '#81361D'

red 129 ◦ green 54 ◦ blue 29

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

Shades of Burnt Umber #81361D

Tints of Burnt Umber #81361D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.47%

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

R = 60.85%
G = 25.47%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#81361D (or 0x81361D) is known color: Burnt Umber. HEX triplet: 81, 36 and 1D. RGB value is (129,54,29). Sum of RGB (Red+Green+Blue) = 129+54+29=212 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.85% from 212); Green value is 54 (21.48% from 255 or 25.47% from 212); Blue value is 29 (11.72% from 255 or 13.68% from 212); Max value from RGB is 129 - color contains mainly: red. Hex color #81361D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81361D is #7EC9E2. Grayscale: #494949. Windows color (decimal): -8309219 or 1914497. OLE color: 1914497.

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

Color convert

RGB 129 54 29 -
CMYK 0 0.58 0.78 0.49
HSL 15º 0.63% 0.31% -
HSV(B) 15º 0.78% 0.51% -
XYZ 10.59 7.39 2.03 -
YUV 73.58 102.85 167.53 -
System Red Green Blue C M Y K H S L
Decimal 129 54 29 0 0.58 0.78 0.49 15 0.63 0.31
Hex 81 36 1D 0 3A 4E 31 F 3F 1F
Octal 201 66 35 0 72 116 61 17 77 37
Binary 10000001 110110 11101 0 111010 1001110 110001 1111 111111 11111

Color Harmonies of #81361D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81361D

Black with #81361D

Text Example


Text Example

White with #81361D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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