Html Css Color HEX #813014 Burnt Umber

📋 copy color: '#813014'

red 129 ◦ green 48 ◦ blue 20

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

Shades of Burnt Umber #813014

Tints of Burnt Umber #813014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.15%

R = 65.48%
G = 24.37%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#813014 (or 0x813014) is known color: Burnt Umber. HEX triplet: 81, 30 and 14. RGB value is (129,48,20). Sum of RGB (Red+Green+Blue) = 129+48+20=197 (26% of max value = 765). Red value is 129 (50.78% from 255 or 65.48% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 20 (8.20% from 255 or 10.15% from 197); Max value from RGB is 129 - color contains mainly: red. Hex color #813014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813014 is #7ECFEB. Grayscale: #454545. Windows color (decimal): -8310764 or 1323137. OLE color: 1323137.

HSL color Cylindrical-coordinate representation of color #813014: hue angle of 15.41º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #813014 is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 48 20 -
CMYK 0 0.63 0.84 0.49
HSL 15.41º 0.73% 0.29% -
HSV(B) 15.41º 0.84% 0.51% -
XYZ 10.24 6.83 1.44 -
YUV 69.03 100.34 170.78 -
System Red Green Blue C M Y K H S L
Decimal 129 48 20 0 0.63 0.84 0.49 15.41 0.73 0.29
Hex 81 30 14 0 3F 54 31 F 49 1D
Octal 201 60 24 0 77 124 61 17 111 35
Binary 10000001 110000 10100 0 111111 1010100 110001 1111 1001001 11101

Color Harmonies of #813014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813014

Black with #813014

Text Example


Text Example

White with #813014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813014; }

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

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

background-color css

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

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

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

border-color css

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

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

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