#852A25

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

Shades of Mandarian Orange #852A25

Tints of Mandarian Orange #852A25

Color information

#852A25 (or 0x852A25) is unknown color: approx Mandarian Orange. HEX triplet: 85, 2A and 25. RGB value is (133,42,37). Sum of RGB (Red+Green+Blue) = 133+42+37=212 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.74% from 212); Green value is 42 (16.80% from 255 or 19.81% from 212); Blue value is 37 (14.84% from 255 or 17.45% from 212); Max value from RGB is 133 - color contains mainly: red. Hex color #852A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852A25 is #7AD5DA. Grayscale: #444444. Windows color (decimal): -8050139 or 2435717. OLE color: 2435717.

HSL color Cylindrical-coordinate representation of color #852A25: hue angle of 3.13º 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 #852A25 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB1334237-
CMYK00.680.720.48
HSL3.13º56.47%33.33%-
HSV(B)3.13º72.18%52.16%-
XYZ10.836.782.49-
YUV68.64110.15173.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 62.74%
GREEN value IS 42 (16.80% from 255) = 19.81%
BLUE value IS 37 (14.84% from 255) = 17.45%
R=62.74%
G=19.81%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133423700.680.720.483.1356.4733.33
Hex852A25044483033821
Octal205524501041106037041
Binary1000010110101010010101000100100100011000011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852A25; }

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

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

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

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

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

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

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

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