#822721

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

Shades of Mandarian Orange #822721

Tints of Mandarian Orange #822721

Color information

#822721 (or 0x822721) is unknown color: approx Mandarian Orange. HEX triplet: 82, 27 and 21. RGB value is (130,39,33). Sum of RGB (Red+Green+Blue) = 130+39+33=202 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.36% from 202); Green value is 39 (15.62% from 255 or 19.31% from 202); Blue value is 33 (13.28% from 255 or 16.34% from 202); Max value from RGB is 130 - color contains mainly: red. Hex color #822721 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822721 is #7DD8DE. Grayscale: #414141. Windows color (decimal): -8247519 or 2172802. OLE color: 2172802.

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

Color convert

RGB1303933-
CMYK00.700.750.49
HSL3.71º59.51%31.96%-
HSV(B)3.71º74.62%50.98%-
XYZ10.216.312.12-
YUV65.52109.65173.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 64.36%
GREEN value IS 39 (15.62% from 255) = 19.31%
BLUE value IS 33 (13.28% from 255) = 16.34%
R=64.36%
G=19.31%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130393300.700.750.493.7159.5131.96
Hex8227210464B3143c20
Octal202474101061136147440
Binary10000010100111100001010001101001011110001100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822721; }

 p { color: rgb(130,39,33); }

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

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

 a { background-color: rgb(130,39,33); }

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

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

 span { border-color: rgb(130,39,33); }

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