#822723

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

Shades of Mandarian Orange #822723

Tints of Mandarian Orange #822723

Color information

#822723 (or 0x822723) is unknown color: approx Mandarian Orange. HEX triplet: 82, 27 and 23. RGB value is (130,39,35). Sum of RGB (Red+Green+Blue) = 130+39+35=204 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.73% from 204); Green value is 39 (15.62% from 255 or 19.12% from 204); Blue value is 35 (14.06% from 255 or 17.16% from 204); Max value from RGB is 130 - color contains mainly: red. Hex color #822723 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822723 is #7DD8DC. Grayscale: #414141. Windows color (decimal): -8247517 or 2303874. OLE color: 2303874.

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

Color convert

RGB1303935-
CMYK00.700.730.49
HSL2.53º57.58%32.35%-
HSV(B)2.53º73.08%50.98%-
XYZ10.236.322.27-
YUV65.75110.65173.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 63.73%
GREEN value IS 39 (15.62% from 255) = 19.12%
BLUE value IS 35 (14.06% from 255) = 17.16%
R=63.73%
G=19.12%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.73
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130393500.700.730.492.5357.5832.35
Hex822723046493133a20
Octal202474301061116137240
Binary1000001010011110001101000110100100111000111111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822723; }

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

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

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

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

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

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

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

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