#852A26

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

Shades of Mandarian Orange #852A26

Tints of Mandarian Orange #852A26

Color information

#852A26 (or 0x852A26) is unknown color: approx Mandarian Orange. HEX triplet: 85, 2A and 26. RGB value is (133,42,38). Sum of RGB (Red+Green+Blue) = 133+42+38=213 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.44% from 213); Green value is 42 (16.80% from 255 or 19.72% from 213); Blue value is 38 (15.23% from 255 or 17.84% from 213); Max value from RGB is 133 - color contains mainly: red. Hex color #852A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852A26 is #7AD5D9. Grayscale: #444444. Windows color (decimal): -8050138 or 2501253. OLE color: 2501253.

HSL color Cylindrical-coordinate representation of color #852A26: hue angle of 2.53º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #852A26 is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB1334238-
CMYK00.680.710.48
HSL2.53º55.56%33.53%-
HSV(B)2.53º71.43%52.16%-
XYZ10.856.782.57-
YUV68.75110.65173.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 62.44%
GREEN value IS 42 (16.80% from 255) = 19.72%
BLUE value IS 38 (15.23% from 255) = 17.84%
R=62.44%
G=19.72%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133423800.680.710.482.5355.5633.53
Hex852A26044473033822
Octal205524601041076037042
Binary1000010110101010011001000100100011111000011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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