Html Css Color HEX #862824 Mandarian Orange

📋 copy color: '#862824'

red 134 ◦ green 40 ◦ blue 36

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

Shades of Mandarian Orange #862824

Tints of Mandarian Orange #862824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 17.14%

R = 63.81%
G = 19.05%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#862824 (or 0x862824) is known color: Mandarian Orange. HEX triplet: 86, 28 and 24. RGB value is (134,40,36). Sum of RGB (Red+Green+Blue) = 134+40+36=210 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.81% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 36 (14.45% from 255 or 17.14% from 210); Max value from RGB is 134 - color contains mainly: red. Hex color #862824 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862824 is #79D7DB. Grayscale: #434343. Windows color (decimal): -7985116 or 2369670. OLE color: 2369670.

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

Color convert

RGB 134 40 36 -
CMYK 0 0.70 0.73 0.47
HSL 2.45º 0.58% 0.33% -
HSV(B) 2.45º 0.73% 0.53% -
XYZ 10.91 6.71 2.39 -
YUV 67.65 110.14 175.33 -
System Red Green Blue C M Y K H S L
Decimal 134 40 36 0 0.70 0.73 0.47 2.45 0.58 0.33
Hex 86 28 24 0 46 49 2F 2 3A 21
Octal 206 50 44 0 106 111 57 2 72 41
Binary 10000110 101000 100100 0 1000110 1001001 101111 10 111010 100001

Color Harmonies of #862824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862824

Black with #862824

Text Example


Text Example

White with #862824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862824; }

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

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

background-color css

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

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

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

border-color css

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

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

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