#822A0F

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

Shades of Burnt Umber #822A0F

Tints of Burnt Umber #822A0F

Color information

#822A0F (or 0x822A0F) is unknown color: approx Burnt Umber. HEX triplet: 82, 2A and 0F. RGB value is (130,42,15). Sum of RGB (Red+Green+Blue) = 130+42+15=187 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.52% from 187); Green value is 42 (16.80% from 255 or 22.46% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 130 - color contains mainly: red. Hex color #822A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822A0F is #7DD5F0. Grayscale: #414141. Windows color (decimal): -8246769 or 993922. OLE color: 993922.

HSL color Cylindrical-coordinate representation of color #822A0F: hue angle of 14.09º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #822A0F is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB1304215-
CMYK00.680.880.49
HSL14.09º79.31%28.43%-
HSV(B)14.09º88.46%50.98%-
XYZ10.126.441.16-
YUV65.2399.65174.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 69.52%
GREEN value IS 42 (16.80% from 255) = 22.46%
BLUE value IS 15 (6.25% from 255) = 8.02%
R=69.52%
G=22.46%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130421500.680.880.4914.0979.3128.43
Hex822AF0445831e4f1c
Octal20252170104130611611734
Binary1000001010101011110100010010110001100011110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,42,15); }

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

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

 a { background-color: rgb(130,42,15); }

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

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

 span { border-color: rgb(130,42,15); }

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