Html Css Color HEX #862518 Mandarian Orange

📋 copy color: '#862518'

red 134 ◦ green 37 ◦ blue 24

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

Shades of Mandarian Orange #862518

Tints of Mandarian Orange #862518

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.97%

 BLUE value IS 24 (9.77% from 255) = 12.31%

R = 68.72%
G = 18.97%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#862518 (or 0x862518) is known color: Mandarian Orange. HEX triplet: 86, 25 and 18. RGB value is (134,37,24). Sum of RGB (Red+Green+Blue) = 134+37+24=195 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.72% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 24 (9.77% from 255 or 12.31% from 195); Max value from RGB is 134 - color contains mainly: red. Hex color #862518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862518 is #79DAE7. Grayscale: #404040. Windows color (decimal): -7985896 or 1582470. OLE color: 1582470.

HSL color Cylindrical-coordinate representation of color #862518: hue angle of 7.09º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #862518 is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 37 24 -
CMYK 0 0.72 0.82 0.47
HSL 7.09º 0.7% 0.31% -
HSV(B) 7.09º 0.82% 0.53% -
XYZ 10.66 6.46 1.55 -
YUV 64.52 105.14 177.56 -
System Red Green Blue C M Y K H S L
Decimal 134 37 24 0 0.72 0.82 0.47 7.09 0.7 0.31
Hex 86 25 18 0 48 52 2F 7 46 1F
Octal 206 45 30 0 110 122 57 7 106 37
Binary 10000110 100101 11000 0 1001000 1010010 101111 111 1000110 11111

Color Harmonies of #862518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862518

Black with #862518

Text Example


Text Example

White with #862518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862518; }

 p { color: rgb(134,37,24); }

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

background-color css

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

 a { background-color: rgb(134,37,24); }

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

border-color css

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

 span { border-color: rgb(134,37,24); }

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