Html Css Color HEX #862926 Mandarian Orange

📋 copy color: '#862926'

red 134 ◦ green 41 ◦ blue 38

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

Shades of Mandarian Orange #862926

Tints of Mandarian Orange #862926

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.25%

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

R = 62.91%
G = 19.25%
B = 17.84%

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

#862926 (or 0x862926) is known color: Mandarian Orange. HEX triplet: 86, 29 and 26. RGB value is (134,41,38). Sum of RGB (Red+Green+Blue) = 134+41+38=213 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.91% from 213); Green value is 41 (16.41% from 255 or 19.25% from 213); Blue value is 38 (15.23% from 255 or 17.84% from 213); Max value from RGB is 134 - color contains mainly: red. Hex color #862926 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862926 is #79D6D9. Grayscale: #444444. Windows color (decimal): -7984858 or 2500998. OLE color: 2500998.

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

Color convert

RGB 134 41 38 -
CMYK 0 0.69 0.72 0.47
HSL 1.88º 0.56% 0.34% -
HSV(B) 1.88º 0.72% 0.53% -
XYZ 10.97 6.79 2.57 -
YUV 68.47 110.81 174.74 -
System Red Green Blue C M Y K H S L
Decimal 134 41 38 0 0.69 0.72 0.47 1.88 0.56 0.34
Hex 86 29 26 0 45 48 2F 2 38 22
Octal 206 51 46 0 105 110 57 2 70 42
Binary 10000110 101001 100110 0 1000101 1001000 101111 10 111000 100010

Color Harmonies of #862926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862926

Black with #862926

Text Example


Text Example

White with #862926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862926; }

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

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

background-color css

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

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

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

border-color css

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

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

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