#852825

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

Shades of Mandarian Orange #852825

Tints of Mandarian Orange #852825

Color information

#852825 (or 0x852825) is unknown color: approx Mandarian Orange. HEX triplet: 85, 28 and 25. RGB value is (133,40,37). Sum of RGB (Red+Green+Blue) = 133+40+37=210 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.33% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 37 (14.84% from 255 or 17.62% from 210); Max value from RGB is 133 - color contains mainly: red. Hex color #852825 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852825 is #7AD7DA. Grayscale: #434343. Windows color (decimal): -8050651 or 2435205. OLE color: 2435205.

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

Color convert

RGB1334037-
CMYK00.700.720.48
HSL1.88º56.47%33.33%-
HSV(B)1.88º72.18%52.16%-
XYZ10.776.642.46-
YUV67.46110.81174.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 63.33%
GREEN value IS 40 (16.02% from 255) = 19.05%
BLUE value IS 37 (14.84% from 255) = 17.62%
R=63.33%
G=19.05%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133403700.700.720.481.8856.4733.33
Hex852825046483023821
Octal205504501061106027041
Binary1000010110100010010101000110100100011000010111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852825; }

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

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

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

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

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

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

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

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