Html Css Color HEX #813328 Burnt Umber

📋 copy color: '#813328'

red 129 ◦ green 51 ◦ blue 40

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

Shades of Burnt Umber #813328

Tints of Burnt Umber #813328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.18%

R = 58.64%
G = 23.18%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#813328 (or 0x813328) is known color: Burnt Umber. HEX triplet: 81, 33 and 28. RGB value is (129,51,40). Sum of RGB (Red+Green+Blue) = 129+51+40=220 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.64% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 40 (16.02% from 255 or 18.18% from 220); Max value from RGB is 129 - color contains mainly: red. Hex color #813328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813328 is #7ECCD7. Grayscale: #494949. Windows color (decimal): -8309976 or 2634625. OLE color: 2634625.

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

Color convert

RGB 129 51 40 -
CMYK 0 0.60 0.69 0.49
HSL 7.42º 0.53% 0.33% -
HSV(B) 7.42º 0.69% 0.51% -
XYZ 10.62 7.19 2.84 -
YUV 73.07 109.34 167.89 -
System Red Green Blue C M Y K H S L
Decimal 129 51 40 0 0.60 0.69 0.49 7.42 0.53 0.33
Hex 81 33 28 0 3C 45 31 7 35 21
Octal 201 63 50 0 74 105 61 7 65 41
Binary 10000001 110011 101000 0 111100 1000101 110001 111 110101 100001

Color Harmonies of #813328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813328

Black with #813328

Text Example


Text Example

White with #813328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813328; }

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

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

background-color css

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

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

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

border-color css

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

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

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