#852725

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

Shades of Mandarian Orange #852725

Tints of Mandarian Orange #852725

Color information

#852725 (or 0x852725) is unknown color: approx Mandarian Orange. HEX triplet: 85, 27 and 25. RGB value is (133,39,37). Sum of RGB (Red+Green+Blue) = 133+39+37=209 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.64% from 209); Green value is 39 (15.62% from 255 or 18.66% from 209); Blue value is 37 (14.84% from 255 or 17.70% from 209); Max value from RGB is 133 - color contains mainly: red. Hex color #852725 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852725 is #7AD8DA. Grayscale: #424242. Windows color (decimal): -8050907 or 2434949. OLE color: 2434949.

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

Color convert

RGB1333937-
CMYK00.710.720.48
HSL1.25º56.47%33.33%-
HSV(B)1.25º72.18%52.16%-
XYZ10.736.572.45-
YUV66.88111.14175.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 63.64%
GREEN value IS 39 (15.62% from 255) = 18.66%
BLUE value IS 37 (14.84% from 255) = 17.70%
R=63.64%
G=18.66%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133393700.710.720.481.2556.4733.33
Hex852725047483013821
Octal205474501071106017041
Binary100001011001111001010100011110010001100001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852725; }

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

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

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

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

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

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

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

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