#85211E

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

Shades of Mandarian Orange #85211E

Tints of Mandarian Orange #85211E

Color information

#85211E (or 0x85211E) is unknown color: approx Mandarian Orange. HEX triplet: 85, 21 and 1E. RGB value is (133,33,30). Sum of RGB (Red+Green+Blue) = 133+33+30=196 (25% of max value = 765). Red value is 133 (52.34% from 255 or 67.86% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 30 (12.11% from 255 or 15.31% from 196); Max value from RGB is 133 - color contains mainly: red. Hex color #85211E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85211E is #7ADEE1. Grayscale: #3E3E3E. Windows color (decimal): -8052450 or 1974661. OLE color: 1974661.

HSL color Cylindrical-coordinate representation of color #85211E: hue angle of 1.75º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85211E is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB1333330-
CMYK00.750.770.48
HSL1.75º63.19%31.96%-
HSV(B)1.75º77.44%52.16%-
XYZ10.456.171.87-
YUV62.56109.63178.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 67.86%
GREEN value IS 33 (13.28% from 255) = 16.84%
BLUE value IS 30 (12.11% from 255) = 15.31%
R=67.86%
G=16.84%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133333000.750.770.481.7563.1931.96
Hex85211E04B4D3023f20
Octal205413601131156027740
Binary100001011000011111001001011100110111000010111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85211E; }

 p { color: rgb(133,33,30); }

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

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

 a { background-color: rgb(133,33,30); }

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

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

 span { border-color: rgb(133,33,30); }

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