Html Css Color HEX #862320 Mandarian Orange

📋 copy color: '#862320'

red 134 ◦ green 35 ◦ blue 32

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

Shades of Mandarian Orange #862320

Tints of Mandarian Orange #862320

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.41%

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

R = 66.67%
G = 17.41%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#862320 (or 0x862320) is known color: Mandarian Orange. HEX triplet: 86, 23 and 20. RGB value is (134,35,32). Sum of RGB (Red+Green+Blue) = 134+35+32=201 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.67% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 134 - color contains mainly: red. Hex color #862320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862320 is #79DCDF. Grayscale: #404040. Windows color (decimal): -7986400 or 2106246. OLE color: 2106246.

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

Color convert

RGB 134 35 32 -
CMYK 0 0.74 0.76 0.47
HSL 1.76º 0.61% 0.33% -
HSV(B) 1.76º 0.76% 0.53% -
XYZ 10.69 6.37 2.03 -
YUV 64.26 109.8 177.74 -
System Red Green Blue C M Y K H S L
Decimal 134 35 32 0 0.74 0.76 0.47 1.76 0.61 0.33
Hex 86 23 20 0 4A 4C 2F 2 3D 21
Octal 206 43 40 0 112 114 57 2 75 41
Binary 10000110 100011 100000 0 1001010 1001100 101111 10 111101 100001

Color Harmonies of #862320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862320

Black with #862320

Text Example


Text Example

White with #862320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862320; }

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

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

background-color css

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

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

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

border-color css

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

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

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