Html Css Color HEX #81361A Burnt Umber

📋 copy color: '#81361A'

red 129 ◦ green 54 ◦ blue 26

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

Shades of Burnt Umber #81361A

Tints of Burnt Umber #81361A

RGB

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

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

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

R = 61.72%
G = 25.84%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#81361A (or 0x81361A) is known color: Burnt Umber. HEX triplet: 81, 36 and 1A. RGB value is (129,54,26). Sum of RGB (Red+Green+Blue) = 129+54+26=209 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.72% from 209); Green value is 54 (21.48% from 255 or 25.84% from 209); Blue value is 26 (10.55% from 255 or 12.44% from 209); Max value from RGB is 129 - color contains mainly: red. Hex color #81361A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81361A is #7EC9E5. Grayscale: #494949. Windows color (decimal): -8309222 or 1717889. OLE color: 1717889.

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

Color convert

RGB 129 54 26 -
CMYK 0 0.58 0.80 0.49
HSL 16.31º 0.66% 0.3% -
HSV(B) 16.31º 0.8% 0.51% -
XYZ 10.56 7.38 1.85 -
YUV 73.23 101.35 167.78 -
System Red Green Blue C M Y K H S L
Decimal 129 54 26 0 0.58 0.80 0.49 16.31 0.66 0.3
Hex 81 36 1A 0 3A 50 31 10 42 1E
Octal 201 66 32 0 72 120 61 20 102 36
Binary 10000001 110110 11010 0 111010 1010000 110001 10000 1000010 11110

Color Harmonies of #81361A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81361A

Black with #81361A

Text Example


Text Example

White with #81361A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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