Html Css Color HEX #8C2923 Mandarian Orange

📋 copy color: '#8C2923'

red 140 ◦ green 41 ◦ blue 35

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

Shades of Mandarian Orange #8C2923

Tints of Mandarian Orange #8C2923

RGB

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

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

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

R = 64.81%
G = 18.98%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.45

RGB Variations

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

Color information

#8C2923 (or 0x8C2923) is known color: Mandarian Orange. HEX triplet: 8C, 29 and 23. RGB value is (140,41,35). Sum of RGB (Red+Green+Blue) = 140+41+35=216 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.81% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 35 (14.06% from 255 or 16.20% from 216); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2923 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2923 is #73D6DC. Grayscale: #464646. Windows color (decimal): -7591645 or 2304396. OLE color: 2304396.

HSL color Cylindrical-coordinate representation of color #8C2923: hue angle of 3.43º 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 #8C2923 is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 41 35 -
CMYK 0 0.71 0.75 0.45
HSL 3.43º 0.6% 0.34% -
HSV(B) 3.43º 0.75% 0.55% -
XYZ 11.91 7.28 2.37 -
YUV 69.92 108.3 177.99 -
System Red Green Blue C M Y K H S L
Decimal 140 41 35 0 0.71 0.75 0.45 3.43 0.6 0.34
Hex 8C 29 23 0 47 4B 2D 3 3C 22
Octal 214 51 43 0 107 113 55 3 74 42
Binary 10001100 101001 100011 0 1000111 1001011 101101 11 111100 100010

Color Harmonies of #8C2923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2923

Black with #8C2923

Text Example


Text Example

White with #8C2923

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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