Html Css Color HEX #882520 Mandarian Orange

📋 copy color: '#882520'

red 136 ◦ green 37 ◦ blue 32

#882520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandarian Orange #882520

Tints of Mandarian Orange #882520

RGB

 RED value IS 136 (53.52% from 255) = 66.34%

 GREEN value IS 37 (14.84% from 255) = 18.05%

 BLUE value IS 32 (12.89% from 255) = 15.61%

R = 66.34%
G = 18.05%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#882520 (or 0x882520) is known color: Mandarian Orange. HEX triplet: 88, 25 and 20. RGB value is (136,37,32). Sum of RGB (Red+Green+Blue) = 136+37+32=205 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.34% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 136 - color contains mainly: red. Hex color #882520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882520 is #77DADF. Grayscale: #424242. Windows color (decimal): -7854816 or 2106760. OLE color: 2106760.

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

Color convert

RGB 136 37 32 -
CMYK 0 0.73 0.76 0.47
HSL 2.88º 0.62% 0.33% -
HSV(B) 2.88º 0.76% 0.53% -
XYZ 11.08 6.66 2.07 -
YUV 66.03 108.8 177.91 -
System Red Green Blue C M Y K H S L
Decimal 136 37 32 0 0.73 0.76 0.47 2.88 0.62 0.33
Hex 88 25 20 0 49 4C 2F 3 3E 21
Octal 210 45 40 0 111 114 57 3 76 41
Binary 10001000 100101 100000 0 1001001 1001100 101111 11 111110 100001

Color Harmonies of #882520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882520

Black with #882520

Text Example


Text Example

White with #882520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882520; }

 p { color: rgb(136,37,32); }

 H1.HeaderClassName
 {
   color: #882520;
 }
 .AnyTagClassName
 {
   color: #882520;
 }
</style>

background-color css

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

 a { background-color: rgb(136,37,32); }

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

border-color css

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

 span { border-color: rgb(136,37,32); }

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