#842721

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

Shades of Mandarian Orange #842721

Tints of Mandarian Orange #842721

Color information

#842721 (or 0x842721) is unknown color: approx Mandarian Orange. HEX triplet: 84, 27 and 21. RGB value is (132,39,33). Sum of RGB (Red+Green+Blue) = 132+39+33=204 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.71% from 204); Green value is 39 (15.62% from 255 or 19.12% from 204); Blue value is 33 (13.28% from 255 or 16.18% from 204); Max value from RGB is 132 - color contains mainly: red. Hex color #842721 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842721 is #7BD8DE. Grayscale: #424242. Windows color (decimal): -8116447 or 2172804. OLE color: 2172804.

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

Color convert

RGB1323933-
CMYK00.700.750.48
HSL3.64º60%32.35%-
HSV(B)3.64º75%51.76%-
XYZ10.526.472.13-
YUV66.12109.31174.99-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 64.71%
GREEN value IS 39 (15.62% from 255) = 19.12%
BLUE value IS 33 (13.28% from 255) = 16.18%
R=64.71%
G=19.12%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.75
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132393300.700.750.483.646032.35
Hex8427210464B3043c20
Octal204474101061136047440
Binary10000100100111100001010001101001011110000100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842721; }

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

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

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

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

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

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

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

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