Html Css Color HEX #872520 Mandarian Orange

📋 copy color: '#872520'

red 135 ◦ green 37 ◦ blue 32

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

Shades of Mandarian Orange #872520

Tints of Mandarian Orange #872520

RGB

 RED value IS 135 (53.13% from 255) = 66.18%

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

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

R = 66.18%
G = 18.14%
B = 15.69%

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

#872520 (or 0x872520) is known color: Mandarian Orange. HEX triplet: 87, 25 and 20. RGB value is (135,37,32). Sum of RGB (Red+Green+Blue) = 135+37+32=204 (27% of max value = 765). Red value is 135 (53.12% from 255 or 66.18% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 135 - color contains mainly: red. Hex color #872520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872520 is #78DADF. Grayscale: #414141. Windows color (decimal): -7920352 or 2106759. OLE color: 2106759.

HSL color Cylindrical-coordinate representation of color #872520: hue angle of 2.91º 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 #872520 is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 37 32 -
CMYK 0 0.73 0.76 0.47
HSL 2.91º 0.62% 0.33% -
HSV(B) 2.91º 0.76% 0.53% -
XYZ 10.91 6.58 2.06 -
YUV 65.73 108.97 177.41 -
System Red Green Blue C M Y K H S L
Decimal 135 37 32 0 0.73 0.76 0.47 2.91 0.62 0.33
Hex 87 25 20 0 49 4C 2F 3 3E 21
Octal 207 45 40 0 111 114 57 3 76 41
Binary 10000111 100101 100000 0 1001001 1001100 101111 11 111110 100001

Color Harmonies of #872520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872520

Black with #872520

Text Example


Text Example

White with #872520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872520; }

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

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

background-color css

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

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

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

border-color css

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

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

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