Html Css Color HEX #813226 Burnt Umber

📋 copy color: '#813226'

red 129 ◦ green 50 ◦ blue 38

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

Shades of Burnt Umber #813226

Tints of Burnt Umber #813226

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.04%

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

R = 59.45%
G = 23.04%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#813226 (or 0x813226) is known color: Burnt Umber. HEX triplet: 81, 32 and 26. RGB value is (129,50,38). Sum of RGB (Red+Green+Blue) = 129+50+38=217 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.45% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 38 (15.23% from 255 or 17.51% from 217); Max value from RGB is 129 - color contains mainly: red. Hex color #813226 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813226 is #7ECDD9. Grayscale: #484848. Windows color (decimal): -8310234 or 2503297. OLE color: 2503297.

HSL color Cylindrical-coordinate representation of color #813226: hue angle of 7.91º 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 #813226 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 50 38 -
CMYK 0 0.61 0.71 0.49
HSL 7.91º 0.54% 0.33% -
HSV(B) 7.91º 0.71% 0.51% -
XYZ 10.54 7.09 2.65 -
YUV 72.25 108.67 168.48 -
System Red Green Blue C M Y K H S L
Decimal 129 50 38 0 0.61 0.71 0.49 7.91 0.54 0.33
Hex 81 32 26 0 3D 47 31 8 36 21
Octal 201 62 46 0 75 107 61 10 66 41
Binary 10000001 110010 100110 0 111101 1000111 110001 1000 110110 100001

Color Harmonies of #813226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813226

Black with #813226

Text Example


Text Example

White with #813226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813226; }

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

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

background-color css

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

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

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

border-color css

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

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

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