#852523

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

Shades of Mandarian Orange #852523

Tints of Mandarian Orange #852523

Color information

#852523 (or 0x852523) is unknown color: approx Mandarian Orange. HEX triplet: 85, 25 and 23. RGB value is (133,37,35). Sum of RGB (Red+Green+Blue) = 133+37+35=205 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.88% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 35 (14.06% from 255 or 17.07% from 205); Max value from RGB is 133 - color contains mainly: red. Hex color #852523 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852523 is #7ADADC. Grayscale: #414141. Windows color (decimal): -8051421 or 2303365. OLE color: 2303365.

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

Color convert

RGB1333735-
CMYK00.720.740.48
HSL1.22º58.33%32.94%-
HSV(B)1.22º73.68%52.16%-
XYZ10.646.432.27-
YUV65.48110.8176.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 64.88%
GREEN value IS 37 (14.84% from 255) = 18.05%
BLUE value IS 35 (14.06% from 255) = 17.07%
R=64.88%
G=18.05%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133373500.720.740.481.2258.3332.94
Hex8525230484A3013a21
Octal205454301101126017241
Binary100001011001011000110100100010010101100001111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852523; }

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

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

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

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

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

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

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

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