Html Css Color HEX #862B2A Mandarian Orange

📋 copy color: '#862B2A'

red 134 ◦ green 43 ◦ blue 42

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

Shades of Mandarian Orange #862B2A

Tints of Mandarian Orange #862B2A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.63%

 BLUE value IS 42 (16.8% from 255) = 19.18%

R = 61.19%
G = 19.63%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#862B2A (or 0x862B2A) is known color: Mandarian Orange. HEX triplet: 86, 2B and 2A. RGB value is (134,43,42). Sum of RGB (Red+Green+Blue) = 134+43+42=219 (29% of max value = 765). Red value is 134 (52.73% from 255 or 61.19% from 219); Green value is 43 (17.19% from 255 or 19.63% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 134 - color contains mainly: red. Hex color #862B2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862B2A is #79D4D5. Grayscale: #464646. Windows color (decimal): -7984342 or 2763654. OLE color: 2763654.

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

Color convert

RGB 134 43 42 -
CMYK 0 0.68 0.69 0.47
HSL 0.65º 0.52% 0.35% -
HSV(B) 0.65º 0.69% 0.53% -
XYZ 11.11 6.96 2.95 -
YUV 70.1 112.15 173.58 -
System Red Green Blue C M Y K H S L
Decimal 134 43 42 0 0.68 0.69 0.47 0.65 0.52 0.35
Hex 86 2B 2A 0 44 45 2F 1 34 23
Octal 206 53 52 0 104 105 57 1 64 43
Binary 10000110 101011 101010 0 1000100 1000101 101111 1 110100 100011

Color Harmonies of #862B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862B2A

Black with #862B2A

Text Example


Text Example

White with #862B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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