Html Css Color HEX #862A28 Mandarian Orange

📋 copy color: '#862A28'

red 134 ◦ green 42 ◦ blue 40

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

Shades of Mandarian Orange #862A28

Tints of Mandarian Orange #862A28

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.44%

 BLUE value IS 40 (16.02% from 255) = 18.52%

R = 62.04%
G = 19.44%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#862A28 (or 0x862A28) is known color: Mandarian Orange. HEX triplet: 86, 2A and 28. RGB value is (134,42,40). Sum of RGB (Red+Green+Blue) = 134+42+40=216 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.04% from 216); Green value is 42 (16.80% from 255 or 19.44% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 134 - color contains mainly: red. Hex color #862A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862A28 is #79D5D7. Grayscale: #454545. Windows color (decimal): -7984600 or 2632326. OLE color: 2632326.

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

Color convert

RGB 134 42 40 -
CMYK 0 0.69 0.70 0.47
HSL 1.28º 0.54% 0.34% -
HSV(B) 1.28º 0.7% 0.53% -
XYZ 11.04 6.88 2.75 -
YUV 69.28 111.48 174.16 -
System Red Green Blue C M Y K H S L
Decimal 134 42 40 0 0.69 0.70 0.47 1.28 0.54 0.34
Hex 86 2A 28 0 45 46 2F 1 36 22
Octal 206 52 50 0 105 106 57 1 66 42
Binary 10000110 101010 101000 0 1000101 1000110 101111 1 110110 100010

Color Harmonies of #862A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862A28

Black with #862A28

Text Example


Text Example

White with #862A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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