Html Css Color HEX #872A25 Mandarian Orange

📋 copy color: '#872A25'

red 135 ◦ green 42 ◦ blue 37

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

Shades of Mandarian Orange #872A25

Tints of Mandarian Orange #872A25

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.63%

 BLUE value IS 37 (14.84% from 255) = 17.29%

R = 63.08%
G = 19.63%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#872A25 (or 0x872A25) is known color: Mandarian Orange. HEX triplet: 87, 2A and 25. RGB value is (135,42,37). Sum of RGB (Red+Green+Blue) = 135+42+37=214 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.08% from 214); Green value is 42 (16.80% from 255 or 19.63% from 214); Blue value is 37 (14.84% from 255 or 17.29% from 214); Max value from RGB is 135 - color contains mainly: red. Hex color #872A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872A25 is #78D5DA. Grayscale: #454545. Windows color (decimal): -7919067 or 2435719. OLE color: 2435719.

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

Color convert

RGB 135 42 37 -
CMYK 0 0.69 0.73 0.47
HSL 3.06º 0.57% 0.34% -
HSV(B) 3.06º 0.73% 0.53% -
XYZ 11.15 6.94 2.5 -
YUV 69.24 109.81 174.91 -
System Red Green Blue C M Y K H S L
Decimal 135 42 37 0 0.69 0.73 0.47 3.06 0.57 0.34
Hex 87 2A 25 0 45 49 2F 3 39 22
Octal 207 52 45 0 105 111 57 3 71 42
Binary 10000111 101010 100101 0 1000101 1001001 101111 11 111001 100010

Color Harmonies of #872A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872A25

Black with #872A25

Text Example


Text Example

White with #872A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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