#82290C

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

Shades of Burnt Umber #82290C

Tints of Burnt Umber #82290C

Color information

#82290C (or 0x82290C) is unknown color: approx Burnt Umber. HEX triplet: 82, 29 and 0C. RGB value is (130,41,12). Sum of RGB (Red+Green+Blue) = 130+41+12=183 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.04% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 12 (5.08% from 255 or 6.56% from 183); Max value from RGB is 130 - color contains mainly: red. Hex color #82290C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82290C is #7DD6F3. Grayscale: #404040. Windows color (decimal): -8247028 or 797058. OLE color: 797058.

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

Color convert

RGB1304112-
CMYK00.680.910.49
HSL14.75º83.1%27.84%-
HSV(B)14.75º90.77%50.98%-
XYZ10.076.361.04-
YUV64.398.49174.86-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 71.04%
GREEN value IS 41 (16.41% from 255) = 22.40%
BLUE value IS 12 (5.08% from 255) = 6.56%
R=71.04%
G=22.40%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130411200.680.910.4914.7583.127.84
Hex8229C0445B31f531c
Octal20251140104133611712334
Binary1000001010100111000100010010110111100011111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82290C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82290C; }

 p { color: rgb(130,41,12); }

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

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

 a { background-color: rgb(130,41,12); }

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

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

 span { border-color: rgb(130,41,12); }

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