Html Css Color HEX #81361C Burnt Umber

📋 copy color: '#81361C'

red 129 ◦ green 54 ◦ blue 28

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

Shades of Burnt Umber #81361C

Tints of Burnt Umber #81361C

RGB

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

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

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

R = 61.14%
G = 25.59%
B = 13.27%

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

#81361C (or 0x81361C) is known color: Burnt Umber. HEX triplet: 81, 36 and 1C. RGB value is (129,54,28). Sum of RGB (Red+Green+Blue) = 129+54+28=211 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.14% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 28 (11.33% from 255 or 13.27% from 211); Max value from RGB is 129 - color contains mainly: red. Hex color #81361C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81361C is #7EC9E3. Grayscale: #494949. Windows color (decimal): -8309220 or 1848961. OLE color: 1848961.

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

Color convert

RGB 129 54 28 -
CMYK 0 0.58 0.78 0.49
HSL 15.45º 0.64% 0.31% -
HSV(B) 15.45º 0.78% 0.51% -
XYZ 10.58 7.39 1.97 -
YUV 73.46 102.35 167.61 -
System Red Green Blue C M Y K H S L
Decimal 129 54 28 0 0.58 0.78 0.49 15.45 0.64 0.31
Hex 81 36 1C 0 3A 4E 31 F 40 1F
Octal 201 66 34 0 72 116 61 17 100 37
Binary 10000001 110110 11100 0 111010 1001110 110001 1111 1000000 11111

Color Harmonies of #81361C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81361C

Black with #81361C

Text Example


Text Example

White with #81361C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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