Html Css Color HEX #81301A Burnt Umber

📋 copy color: '#81301A'

red 129 ◦ green 48 ◦ blue 26

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

Shades of Burnt Umber #81301A

Tints of Burnt Umber #81301A

RGB

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

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

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

R = 63.55%
G = 23.65%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#81301A (or 0x81301A) is known color: Burnt Umber. HEX triplet: 81, 30 and 1A. RGB value is (129,48,26). Sum of RGB (Red+Green+Blue) = 129+48+26=203 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.55% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 26 (10.55% from 255 or 12.81% from 203); Max value from RGB is 129 - color contains mainly: red. Hex color #81301A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81301A is #7ECFE5. Grayscale: #454545. Windows color (decimal): -8310758 or 1716353. OLE color: 1716353.

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

Color convert

RGB 129 48 26 -
CMYK 0 0.63 0.80 0.49
HSL 12.82º 0.66% 0.3% -
HSV(B) 12.82º 0.8% 0.51% -
XYZ 10.3 6.86 1.76 -
YUV 69.71 103.34 170.29 -
System Red Green Blue C M Y K H S L
Decimal 129 48 26 0 0.63 0.80 0.49 12.82 0.66 0.3
Hex 81 30 1A 0 3F 50 31 D 42 1E
Octal 201 60 32 0 77 120 61 15 102 36
Binary 10000001 110000 11010 0 111111 1010000 110001 1101 1000010 11110

Color Harmonies of #81301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81301A

Black with #81301A

Text Example


Text Example

White with #81301A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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