Html Css Color HEX #862820 Mandarian Orange

📋 copy color: '#862820'

red 134 ◦ green 40 ◦ blue 32

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

Shades of Mandarian Orange #862820

Tints of Mandarian Orange #862820

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.42%

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

R = 65.05%
G = 19.42%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#862820 (or 0x862820) is known color: Mandarian Orange. HEX triplet: 86, 28 and 20. RGB value is (134,40,32). Sum of RGB (Red+Green+Blue) = 134+40+32=206 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.05% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 32 (12.89% from 255 or 15.53% from 206); Max value from RGB is 134 - color contains mainly: red. Hex color #862820 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862820 is #79D7DF. Grayscale: #434343. Windows color (decimal): -7985120 or 2107526. OLE color: 2107526.

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

Color convert

RGB 134 40 32 -
CMYK 0 0.70 0.76 0.47
HSL 4.71º 0.61% 0.33% -
HSV(B) 4.71º 0.76% 0.53% -
XYZ 10.85 6.69 2.09 -
YUV 67.19 108.14 175.65 -
System Red Green Blue C M Y K H S L
Decimal 134 40 32 0 0.70 0.76 0.47 4.71 0.61 0.33
Hex 86 28 20 0 46 4C 2F 5 3D 21
Octal 206 50 40 0 106 114 57 5 75 41
Binary 10000110 101000 100000 0 1000110 1001100 101111 101 111101 100001

Color Harmonies of #862820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862820

Black with #862820

Text Example


Text Example

White with #862820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862820; }

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

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

background-color css

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

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

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

border-color css

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

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

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