Html Css Color HEX #813526 Burnt Umber

📋 copy color: '#813526'

red 129 ◦ green 53 ◦ blue 38

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

Shades of Burnt Umber #813526

Tints of Burnt Umber #813526

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.09%

 BLUE value IS 38 (15.23% from 255) = 17.27%

R = 58.64%
G = 24.09%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#813526 (or 0x813526) is known color: Burnt Umber. HEX triplet: 81, 35 and 26. RGB value is (129,53,38). Sum of RGB (Red+Green+Blue) = 129+53+38=220 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.64% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 38 (15.23% from 255 or 17.27% from 220); Max value from RGB is 129 - color contains mainly: red. Hex color #813526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813526 is #7ECAD9. Grayscale: #4A4A4A. Windows color (decimal): -8309466 or 2504065. OLE color: 2504065.

HSL color Cylindrical-coordinate representation of color #813526: hue angle of 9.89º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #813526 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 53 38 -
CMYK 0 0.59 0.71 0.49
HSL 9.89º 0.54% 0.33% -
HSV(B) 9.89º 0.71% 0.51% -
XYZ 10.68 7.35 2.69 -
YUV 74.01 107.68 167.22 -
System Red Green Blue C M Y K H S L
Decimal 129 53 38 0 0.59 0.71 0.49 9.89 0.54 0.33
Hex 81 35 26 0 3B 47 31 A 36 21
Octal 201 65 46 0 73 107 61 12 66 41
Binary 10000001 110101 100110 0 111011 1000111 110001 1010 110110 100001

Color Harmonies of #813526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813526

Black with #813526

Text Example


Text Example

White with #813526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813526; }

 p { color: rgb(129,53,38); }

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

background-color css

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

 a { background-color: rgb(129,53,38); }

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

border-color css

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

 span { border-color: rgb(129,53,38); }

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