Html Css Color HEX #862322 Mandarian Orange

📋 copy color: '#862322'

red 134 ◦ green 35 ◦ blue 34

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

Shades of Mandarian Orange #862322

Tints of Mandarian Orange #862322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 16.75%

R = 66.01%
G = 17.24%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#862322 (or 0x862322) is known color: Mandarian Orange. HEX triplet: 86, 23 and 22. RGB value is (134,35,34). Sum of RGB (Red+Green+Blue) = 134+35+34=203 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.01% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 34 (13.67% from 255 or 16.75% from 203); Max value from RGB is 134 - color contains mainly: red. Hex color #862322 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862322 is #79DCDD. Grayscale: #404040. Windows color (decimal): -7986398 or 2237318. OLE color: 2237318.

HSL color Cylindrical-coordinate representation of color #862322: hue angle of 0.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #862322 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 35 34 -
CMYK 0 0.74 0.75 0.47
HSL 0.6º 0.6% 0.33% -
HSV(B) 0.6º 0.75% 0.53% -
XYZ 10.72 6.39 2.18 -
YUV 64.49 110.8 177.58 -
System Red Green Blue C M Y K H S L
Decimal 134 35 34 0 0.74 0.75 0.47 0.6 0.6 0.33
Hex 86 23 22 0 4A 4B 2F 1 3C 21
Octal 206 43 42 0 112 113 57 1 74 41
Binary 10000110 100011 100010 0 1001010 1001011 101111 1 111100 100001

Color Harmonies of #862322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862322

Black with #862322

Text Example


Text Example

White with #862322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862322; }

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

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

background-color css

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

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

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

border-color css

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

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

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