#882423

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

Shades of Mandarian Orange #882423

Tints of Mandarian Orange #882423

Color information

#882423 (or 0x882423) is unknown color: approx Mandarian Orange. HEX triplet: 88, 24 and 23. RGB value is (136,36,35). Sum of RGB (Red+Green+Blue) = 136+36+35=207 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.70% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 35 (14.06% from 255 or 16.91% from 207); Max value from RGB is 136 - color contains mainly: red. Hex color #882423 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882423 is #77DBDC. Grayscale: #414141. Windows color (decimal): -7855069 or 2303112. OLE color: 2303112.

HSL color Cylindrical-coordinate representation of color #882423: hue angle of 0.59º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #882423 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.47.

Color convert

RGB1363635-
CMYK00.740.740.47
HSL0.59º59.06%33.53%-
HSV(B)0.59º74.26%53.33%-
XYZ11.096.622.28-
YUV65.79110.63178.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 65.70%
GREEN value IS 36 (14.45% from 255) = 17.39%
BLUE value IS 35 (14.06% from 255) = 16.91%
R=65.70%
G=17.39%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.74
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136363500.740.740.470.5959.0633.53
Hex88242304A4A2F13b22
Octal210444301121125717342
Binary100010001001001000110100101010010101011111111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882423; }

 p { color: rgb(136,36,35); }

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

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

 a { background-color: rgb(136,36,35); }

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

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

 span { border-color: rgb(136,36,35); }

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