Html Css Color HEX #81301C Burnt Umber

📋 copy color: '#81301C'

red 129 ◦ green 48 ◦ blue 28

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

Shades of Burnt Umber #81301C

Tints of Burnt Umber #81301C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.41%

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

R = 62.93%
G = 23.41%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#81301C (or 0x81301C) is known color: Burnt Umber. HEX triplet: 81, 30 and 1C. RGB value is (129,48,28). Sum of RGB (Red+Green+Blue) = 129+48+28=205 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.93% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 129 - color contains mainly: red. Hex color #81301C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81301C is #7ECFE3. Grayscale: #464646. Windows color (decimal): -8310756 or 1847425. OLE color: 1847425.

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

Color convert

RGB 129 48 28 -
CMYK 0 0.63 0.78 0.49
HSL 11.88º 0.64% 0.31% -
HSV(B) 11.88º 0.78% 0.51% -
XYZ 10.32 6.86 1.88 -
YUV 69.94 104.34 170.13 -
System Red Green Blue C M Y K H S L
Decimal 129 48 28 0 0.63 0.78 0.49 11.88 0.64 0.31
Hex 81 30 1C 0 3F 4E 31 C 40 1F
Octal 201 60 34 0 77 116 61 14 100 37
Binary 10000001 110000 11100 0 111111 1001110 110001 1100 1000000 11111

Color Harmonies of #81301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81301C

Black with #81301C

Text Example


Text Example

White with #81301C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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