#852524

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

Shades of Mandarian Orange #852524

Tints of Mandarian Orange #852524

Color information

#852524 (or 0x852524) is unknown color: approx Mandarian Orange. HEX triplet: 85, 25 and 24. RGB value is (133,37,36). Sum of RGB (Red+Green+Blue) = 133+37+36=206 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.56% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 36 (14.45% from 255 or 17.48% from 206); Max value from RGB is 133 - color contains mainly: red. Hex color #852524 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852524 is #7ADADB. Grayscale: #414141. Windows color (decimal): -8051420 or 2368901. OLE color: 2368901.

HSL color Cylindrical-coordinate representation of color #852524: hue angle of 0.62º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #852524 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB1333736-
CMYK00.720.730.48
HSL0.62º57.4%33.14%-
HSV(B)0.62º72.93%52.16%-
XYZ10.656.442.35-
YUV65.59111.3176.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 64.56%
GREEN value IS 37 (14.84% from 255) = 17.96%
BLUE value IS 36 (14.45% from 255) = 17.48%
R=64.56%
G=17.96%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.73
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133373600.720.730.480.6257.433.14
Hex852524048493013921
Octal205454401101116017141
Binary100001011001011001000100100010010011100001111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852524; }

 p { color: rgb(133,37,36); }

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

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

 a { background-color: rgb(133,37,36); }

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

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

 span { border-color: rgb(133,37,36); }

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