#822B1F

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

Shades of Burnt Umber #822B1F

Tints of Burnt Umber #822B1F

Color information

#822B1F (or 0x822B1F) is unknown color: approx Burnt Umber. HEX triplet: 82, 2B and 1F. RGB value is (130,43,31). Sum of RGB (Red+Green+Blue) = 130+43+31=204 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.73% from 204); Green value is 43 (17.19% from 255 or 21.08% from 204); Blue value is 31 (12.5% from 255 or 15.20% from 204); Max value from RGB is 130 - color contains mainly: red. Hex color #822B1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822B1F is #7DD4E0. Grayscale: #434343. Windows color (decimal): -8246497 or 2042754. OLE color: 2042754.

HSL color Cylindrical-coordinate representation of color #822B1F: hue angle of 7.27º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #822B1F is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB1304331-
CMYK00.670.760.49
HSL7.27º61.49%31.57%-
HSV(B)7.27º76.15%50.98%-
XYZ10.326.572.02-
YUV67.64107.32172.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 63.73%
GREEN value IS 43 (17.19% from 255) = 21.08%
BLUE value IS 31 (12.5% from 255) = 15.20%
R=63.73%
G=21.08%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130433100.670.760.497.2761.4931.57
Hex822B1F0434C3173d20
Octal202533701031146177540
Binary1000001010101111111010000111001100110001111111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,43,31); }

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

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

 a { background-color: rgb(130,43,31); }

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

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

 span { border-color: rgb(130,43,31); }

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