Html Css Color HEX #862A26 Mandarian Orange

📋 copy color: '#862A26'

red 134 ◦ green 42 ◦ blue 38

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

Shades of Mandarian Orange #862A26

Tints of Mandarian Orange #862A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 17.76%

R = 62.62%
G = 19.63%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#862A26 (or 0x862A26) is known color: Mandarian Orange. HEX triplet: 86, 2A and 26. RGB value is (134,42,38). Sum of RGB (Red+Green+Blue) = 134+42+38=214 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.62% from 214); Green value is 42 (16.80% from 255 or 19.63% from 214); Blue value is 38 (15.23% from 255 or 17.76% from 214); Max value from RGB is 134 - color contains mainly: red. Hex color #862A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862A26 is #79D5D9. Grayscale: #454545. Windows color (decimal): -7984602 or 2501254. OLE color: 2501254.

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

Color convert

RGB 134 42 38 -
CMYK 0 0.69 0.72 0.47
HSL 2.5º 0.56% 0.34% -
HSV(B) 2.5º 0.72% 0.53% -
XYZ 11.01 6.86 2.58 -
YUV 69.05 110.48 174.33 -
System Red Green Blue C M Y K H S L
Decimal 134 42 38 0 0.69 0.72 0.47 2.5 0.56 0.34
Hex 86 2A 26 0 45 48 2F 2 38 22
Octal 206 52 46 0 105 110 57 2 70 42
Binary 10000110 101010 100110 0 1000101 1001000 101111 10 111000 100010

Color Harmonies of #862A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862A26

Black with #862A26

Text Example


Text Example

White with #862A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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