Html Css Color HEX #813315 Burnt Umber

📋 copy color: '#813315'

red 129 ◦ green 51 ◦ blue 21

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

Shades of Burnt Umber #813315

Tints of Burnt Umber #813315

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.37%

 BLUE value IS 21 (8.59% from 255) = 10.45%

R = 64.18%
G = 25.37%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#813315 (or 0x813315) is known color: Burnt Umber. HEX triplet: 81, 33 and 15. RGB value is (129,51,21). Sum of RGB (Red+Green+Blue) = 129+51+21=201 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.18% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 21 (8.59% from 255 or 10.45% from 201); Max value from RGB is 129 - color contains mainly: red. Hex color #813315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813315 is #7ECCEA. Grayscale: #474747. Windows color (decimal): -8309995 or 1389441. OLE color: 1389441.

HSL color Cylindrical-coordinate representation of color #813315: hue angle of 16.67º degrees, saturation: 0.72, 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 #813315 is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 51 21 -
CMYK 0 0.60 0.84 0.49
HSL 16.67º 0.72% 0.29% -
HSV(B) 16.67º 0.84% 0.51% -
XYZ 10.37 7.09 1.53 -
YUV 70.9 99.84 169.44 -
System Red Green Blue C M Y K H S L
Decimal 129 51 21 0 0.60 0.84 0.49 16.67 0.72 0.29
Hex 81 33 15 0 3C 54 31 11 48 1D
Octal 201 63 25 0 74 124 61 21 110 35
Binary 10000001 110011 10101 0 111100 1010100 110001 10001 1001000 11101

Color Harmonies of #813315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813315

Black with #813315

Text Example


Text Example

White with #813315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813315; }

 p { color: rgb(129,51,21); }

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

background-color css

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

 a { background-color: rgb(129,51,21); }

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

border-color css

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

 span { border-color: rgb(129,51,21); }

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