Html Css Color HEX #872928 Mandarian Orange

📋 copy color: '#872928'

red 135 ◦ green 41 ◦ blue 40

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

Shades of Mandarian Orange #872928

Tints of Mandarian Orange #872928

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.98%

 BLUE value IS 40 (16.02% from 255) = 18.52%

R = 62.5%
G = 18.98%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#872928 (or 0x872928) is known color: Mandarian Orange. HEX triplet: 87, 29 and 28. RGB value is (135,41,40). Sum of RGB (Red+Green+Blue) = 135+41+40=216 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.5% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 135 - color contains mainly: red. Hex color #872928 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872928 is #78D6D7. Grayscale: #454545. Windows color (decimal): -7919320 or 2632071. OLE color: 2632071.

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

Color convert

RGB 135 41 40 -
CMYK 0 0.70 0.70 0.47
HSL 0.63º 0.54% 0.34% -
HSV(B) 0.63º 0.7% 0.53% -
XYZ 11.17 6.89 2.75 -
YUV 68.99 111.64 175.08 -
System Red Green Blue C M Y K H S L
Decimal 135 41 40 0 0.70 0.70 0.47 0.63 0.54 0.34
Hex 87 29 28 0 46 46 2F 1 36 22
Octal 207 51 50 0 106 106 57 1 66 42
Binary 10000111 101001 101000 0 1000110 1000110 101111 1 110110 100010

Color Harmonies of #872928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872928

Black with #872928

Text Example


Text Example

White with #872928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872928; }

 p { color: rgb(135,41,40); }

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

background-color css

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

 a { background-color: rgb(135,41,40); }

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

border-color css

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

 span { border-color: rgb(135,41,40); }

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