Html Css Color HEX #862520 Mandarian Orange

📋 copy color: '#862520'

red 134 ◦ green 37 ◦ blue 32

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

Shades of Mandarian Orange #862520

Tints of Mandarian Orange #862520

RGB

 RED value IS 134 (52.73% from 255) = 66.01%

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

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

R = 66.01%
G = 18.23%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#862520 (or 0x862520) is known color: Mandarian Orange. HEX triplet: 86, 25 and 20. RGB value is (134,37,32). Sum of RGB (Red+Green+Blue) = 134+37+32=203 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.01% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 134 - color contains mainly: red. Hex color #862520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862520 is #79DADF. Grayscale: #414141. Windows color (decimal): -7985888 or 2106758. OLE color: 2106758.

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

Color convert

RGB 134 37 32 -
CMYK 0 0.72 0.76 0.47
HSL 2.94º 0.61% 0.33% -
HSV(B) 2.94º 0.76% 0.53% -
XYZ 10.75 6.5 2.05 -
YUV 65.43 109.14 176.91 -
System Red Green Blue C M Y K H S L
Decimal 134 37 32 0 0.72 0.76 0.47 2.94 0.61 0.33
Hex 86 25 20 0 48 4C 2F 3 3D 21
Octal 206 45 40 0 110 114 57 3 75 41
Binary 10000110 100101 100000 0 1001000 1001100 101111 11 111101 100001

Color Harmonies of #862520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862520

Black with #862520

Text Example


Text Example

White with #862520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862520; }

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

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

background-color css

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

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

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

border-color css

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

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

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