Html Css Color HEX #8C2723 Mandarian Orange

📋 copy color: '#8C2723'

red 140 ◦ green 39 ◦ blue 35

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

Shades of Mandarian Orange #8C2723

Tints of Mandarian Orange #8C2723

RGB

 RED value IS 140 (55.08% from 255) = 65.42%

 GREEN value IS 39 (15.63% from 255) = 18.22%

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

R = 65.42%
G = 18.22%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.45

RGB Variations

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

Color information

#8C2723 (or 0x8C2723) is known color: Mandarian Orange. HEX triplet: 8C, 27 and 23. RGB value is (140,39,35). Sum of RGB (Red+Green+Blue) = 140+39+35=214 (28% of max value = 765). Red value is 140 (55.08% from 255 or 65.42% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 35 (14.06% from 255 or 16.36% from 214); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2723 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2723 is #73D8DC. Grayscale: #444444. Windows color (decimal): -7592157 or 2303884. OLE color: 2303884.

HSL color Cylindrical-coordinate representation of color #8C2723: hue angle of 2.29º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C2723 is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 39 35 -
CMYK 0 0.72 0.75 0.45
HSL 2.29º 0.6% 0.34% -
HSV(B) 2.29º 0.75% 0.55% -
XYZ 11.84 7.15 2.35 -
YUV 68.74 108.96 178.83 -
System Red Green Blue C M Y K H S L
Decimal 140 39 35 0 0.72 0.75 0.45 2.29 0.6 0.34
Hex 8C 27 23 0 48 4B 2D 2 3C 22
Octal 214 47 43 0 110 113 55 2 74 42
Binary 10001100 100111 100011 0 1001000 1001011 101101 10 111100 100010

Color Harmonies of #8C2723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2723

Black with #8C2723

Text Example


Text Example

White with #8C2723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C2723; }

 p { color: rgb(140,39,35); }

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

background-color css

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

 a { background-color: rgb(140,39,35); }

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

border-color css

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

 span { border-color: rgb(140,39,35); }

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