Html Css Color HEX #862423 Mandarian Orange

📋 copy color: '#862423'

red 134 ◦ green 36 ◦ blue 35

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

Shades of Mandarian Orange #862423

Tints of Mandarian Orange #862423

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.56%

 BLUE value IS 35 (14.06% from 255) = 17.07%

R = 65.37%
G = 17.56%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.47

RGB Variations

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

Color information

#862423 (or 0x862423) is known color: Mandarian Orange. HEX triplet: 86, 24 and 23. RGB value is (134,36,35). Sum of RGB (Red+Green+Blue) = 134+36+35=205 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.37% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 35 (14.06% from 255 or 17.07% from 205); Max value from RGB is 134 - color contains mainly: red. Hex color #862423 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862423 is #79DBDC. Grayscale: #414141. Windows color (decimal): -7986141 or 2303110. OLE color: 2303110.

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

Color convert

RGB 134 36 35 -
CMYK 0 0.73 0.74 0.47
HSL 0.61º 0.59% 0.33% -
HSV(B) 0.61º 0.74% 0.53% -
XYZ 10.77 6.45 2.27 -
YUV 65.19 110.97 177.08 -
System Red Green Blue C M Y K H S L
Decimal 134 36 35 0 0.73 0.74 0.47 0.61 0.59 0.33
Hex 86 24 23 0 49 4A 2F 1 3B 21
Octal 206 44 43 0 111 112 57 1 73 41
Binary 10000110 100100 100011 0 1001001 1001010 101111 1 111011 100001

Color Harmonies of #862423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862423

Black with #862423

Text Example


Text Example

White with #862423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862423; }

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

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

background-color css

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

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

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

border-color css

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

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

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