#822E26

Color #822E26 Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #822E26

Tints of Burnt Umber #822E26

Color information

#822E26 (or 0x822E26) is unknown color: approx Burnt Umber. HEX triplet: 82, 2E and 26. RGB value is (130,46,38). Sum of RGB (Red+Green+Blue) = 130+46+38=214 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.75% from 214); Green value is 46 (18.36% from 255 or 21.50% from 214); Blue value is 38 (15.23% from 255 or 17.76% from 214); Max value from RGB is 130 - color contains mainly: red. Hex color #822E26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822E26 is #7DD1D9. Grayscale: #464646. Windows color (decimal): -8245722 or 2502274. OLE color: 2502274.

HSL color Cylindrical-coordinate representation of color #822E26: hue angle of 5.22º degrees, saturation: 0.55, 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 #822E26 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB1304638-
CMYK00.650.710.49
HSL5.22º54.76%32.94%-
HSV(B)5.22º70.77%50.98%-
XYZ10.536.842.6-
YUV70.2109.83170.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 60.75%
GREEN value IS 46 (18.36% from 255) = 21.50%
BLUE value IS 38 (15.23% from 255) = 17.76%
R=60.75%
G=21.50%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130463800.650.710.495.2254.7632.94
Hex822E26041473153721
Octal202564601011076156741
Binary10000010101110100110010000011000111110001101110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822E26; }

 p { color: rgb(130,46,38); }

 H1.HeaderClassName
 {
   color: #822E26;
 }
 .AnyTagClassName
 {
   color: #822E26;
 }
</style>
background-color css

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

 a { background-color: rgb(130,46,38); }

 div.DivClassName
 {
   background-color: #822E26;
 }
 .BgClassName
 {
   background-color: #822E26;
 }
</style>
border-color css

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

 span { border-color: rgb(130,46,38); }

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