#822621

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

Shades of Mandarian Orange #822621

Tints of Mandarian Orange #822621

Color information

#822621 (or 0x822621) is unknown color: approx Mandarian Orange. HEX triplet: 82, 26 and 21. RGB value is (130,38,33). Sum of RGB (Red+Green+Blue) = 130+38+33=201 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.68% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 33 (13.28% from 255 or 16.42% from 201); Max value from RGB is 130 - color contains mainly: red. Hex color #822621 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822621 is #7DD9DE. Grayscale: #414141. Windows color (decimal): -8247775 or 2172546. OLE color: 2172546.

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

Color convert

RGB1303833-
CMYK00.710.750.49
HSL3.09º59.51%31.96%-
HSV(B)3.09º74.62%50.98%-
XYZ10.176.242.11-
YUV64.94109.98174.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 64.68%
GREEN value IS 38 (15.23% from 255) = 18.91%
BLUE value IS 33 (13.28% from 255) = 16.42%
R=64.68%
G=18.91%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130383300.710.750.493.0959.5131.96
Hex8226210474B3133c20
Octal202464101071136137440
Binary1000001010011010000101000111100101111000111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822621; }

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

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

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

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

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

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

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

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