#823120

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

Shades of Burnt Umber #823120

Tints of Burnt Umber #823120

Color information

#823120 (or 0x823120) is unknown color: approx Burnt Umber. HEX triplet: 82, 31 and 20. RGB value is (130,49,32). Sum of RGB (Red+Green+Blue) = 130+49+32=211 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.61% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 130 - color contains mainly: red. Hex color #823120 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823120 is #7DCEDF. Grayscale: #474747. Windows color (decimal): -8244960 or 2109826. OLE color: 2109826.

HSL color Cylindrical-coordinate representation of color #823120: hue angle of 10.41º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #823120 is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB1304932-
CMYK00.620.750.49
HSL10.41º60.49%31.76%-
HSV(B)10.41º75.38%50.98%-
XYZ10.567.052.17-
YUV71.28105.84169.88-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 61.61%
GREEN value IS 49 (19.53% from 255) = 23.22%
BLUE value IS 32 (12.89% from 255) = 15.17%
R=61.61%
G=23.22%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130493200.620.750.4910.4160.4931.76
Hex82312003E4B31a3c20
Octal202614007611361127440
Binary10000010110001100000011111010010111100011010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823120; }

 p { color: rgb(130,49,32); }

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

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

 a { background-color: rgb(130,49,32); }

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

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

 span { border-color: rgb(130,49,32); }

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