Html Css Color HEX #862827 Mandarian Orange

📋 copy color: '#862827'

red 134 ◦ green 40 ◦ blue 39

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

Shades of Mandarian Orange #862827

Tints of Mandarian Orange #862827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 18.31%

R = 62.91%
G = 18.78%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#862827 (or 0x862827) is known color: Mandarian Orange. HEX triplet: 86, 28 and 27. RGB value is (134,40,39). Sum of RGB (Red+Green+Blue) = 134+40+39=213 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.91% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 39 (15.62% from 255 or 18.31% from 213); Max value from RGB is 134 - color contains mainly: red. Hex color #862827 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862827 is #79D7D8. Grayscale: #444444. Windows color (decimal): -7985113 or 2566278. OLE color: 2566278.

HSL color Cylindrical-coordinate representation of color #862827: hue angle of 0.63º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #862827 is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 40 39 -
CMYK 0 0.70 0.71 0.47
HSL 0.63º 0.55% 0.34% -
HSV(B) 0.63º 0.71% 0.53% -
XYZ 10.96 6.73 2.64 -
YUV 67.99 111.64 175.08 -
System Red Green Blue C M Y K H S L
Decimal 134 40 39 0 0.70 0.71 0.47 0.63 0.55 0.34
Hex 86 28 27 0 46 47 2F 1 37 22
Octal 206 50 47 0 106 107 57 1 67 42
Binary 10000110 101000 100111 0 1000110 1000111 101111 1 110111 100010

Color Harmonies of #862827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862827

Black with #862827

Text Example


Text Example

White with #862827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862827; }

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

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

background-color css

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

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

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

border-color css

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

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

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