Html Css Color HEX #862826 Mandarian Orange

📋 copy color: '#862826'

red 134 ◦ green 40 ◦ blue 38

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

Shades of Mandarian Orange #862826

Tints of Mandarian Orange #862826

RGB

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

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

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

R = 63.21%
G = 18.87%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#862826 (or 0x862826) is known color: Mandarian Orange. HEX triplet: 86, 28 and 26. RGB value is (134,40,38). Sum of RGB (Red+Green+Blue) = 134+40+38=212 (28% of max value = 765). Red value is 134 (52.73% from 255 or 63.21% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 38 (15.23% from 255 or 17.92% from 212); Max value from RGB is 134 - color contains mainly: red. Hex color #862826 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862826 is #79D7D9. Grayscale: #434343. Windows color (decimal): -7985114 or 2500742. OLE color: 2500742.

HSL color Cylindrical-coordinate representation of color #862826: hue angle of 1.25º 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 #862826 is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 40 38 -
CMYK 0 0.70 0.72 0.47
HSL 1.25º 0.56% 0.34% -
HSV(B) 1.25º 0.72% 0.53% -
XYZ 10.94 6.73 2.56 -
YUV 67.88 111.14 175.16 -
System Red Green Blue C M Y K H S L
Decimal 134 40 38 0 0.70 0.72 0.47 1.25 0.56 0.34
Hex 86 28 26 0 46 48 2F 1 38 22
Octal 206 50 46 0 106 110 57 1 70 42
Binary 10000110 101000 100110 0 1000110 1001000 101111 1 111000 100010

Color Harmonies of #862826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862826

Black with #862826

Text Example


Text Example

White with #862826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862826; }

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

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

background-color css

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

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

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

border-color css

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

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

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