#822320

Color #822320 Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #822320

Tints of Mandarian Orange #822320

Color information

#822320 (or 0x822320) is unknown color: approx Mandarian Orange. HEX triplet: 82, 23 and 20. RGB value is (130,35,32). Sum of RGB (Red+Green+Blue) = 130+35+32=197 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.99% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 130 - color contains mainly: red. Hex color #822320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822320 is #7DDCDF. Grayscale: #3F3F3F. Windows color (decimal): -8248544 or 2106242. OLE color: 2106242.

HSL color Cylindrical-coordinate representation of color #822320: hue angle of 1.84º 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 #822320 is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB1303532-
CMYK00.730.750.49
HSL1.84º60.49%31.76%-
HSV(B)1.84º75.38%50.98%-
XYZ10.076.052-
YUV63.06110.47175.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 65.99%
GREEN value IS 35 (14.06% from 255) = 17.77%
BLUE value IS 32 (12.89% from 255) = 16.24%
R=65.99%
G=17.77%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130353200.730.750.491.8460.4931.76
Hex8223200494B3123c20
Octal202434001111136127440
Binary1000001010001110000001001001100101111000110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822320; }

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

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

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

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

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

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

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

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