Html Css Color HEX #862A24 Mandarian Orange

📋 copy color: '#862A24'

red 134 ◦ green 42 ◦ blue 36

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

Shades of Mandarian Orange #862A24

Tints of Mandarian Orange #862A24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.98%

R = 63.21%
G = 19.81%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#862A24 (or 0x862A24) is known color: Mandarian Orange. HEX triplet: 86, 2A and 24. RGB value is (134,42,36). Sum of RGB (Red+Green+Blue) = 134+42+36=212 (28% of max value = 765). Red value is 134 (52.73% from 255 or 63.21% from 212); Green value is 42 (16.80% from 255 or 19.81% from 212); Blue value is 36 (14.45% from 255 or 16.98% from 212); Max value from RGB is 134 - color contains mainly: red. Hex color #862A24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862A24 is #79D5DB. Grayscale: #444444. Windows color (decimal): -7984604 or 2370182. OLE color: 2370182.

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

Color convert

RGB 134 42 36 -
CMYK 0 0.69 0.73 0.47
HSL 3.67º 0.58% 0.33% -
HSV(B) 3.67º 0.73% 0.53% -
XYZ 10.98 6.85 2.41 -
YUV 68.82 109.48 174.49 -
System Red Green Blue C M Y K H S L
Decimal 134 42 36 0 0.69 0.73 0.47 3.67 0.58 0.33
Hex 86 2A 24 0 45 49 2F 4 3A 21
Octal 206 52 44 0 105 111 57 4 72 41
Binary 10000110 101010 100100 0 1000101 1001001 101111 100 111010 100001

Color Harmonies of #862A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862A24

Black with #862A24

Text Example


Text Example

White with #862A24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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