Html Css Color HEX #9C2911 Mandarian Orange

📋 copy color: '#9C2911'

red 156 ◦ green 41 ◦ blue 17

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

Shades of Mandarian Orange #9C2911

Tints of Mandarian Orange #9C2911

RGB

 RED value IS 156 (61.33% from 255) = 72.9%

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

 BLUE value IS 17 (7.03% from 255) = 7.94%

R = 72.9%
G = 19.16%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.39

RGB Variations

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

Color information

#9C2911 (or 0x9C2911) is known color: Mandarian Orange. HEX triplet: 9C, 29 and 11. RGB value is (156,41,17). Sum of RGB (Red+Green+Blue) = 156+41+17=214 (28% of max value = 765). Red value is 156 (61.33% from 255 or 72.90% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 17 (7.03% from 255 or 7.94% from 214); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2911 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2911 is #63D6EE. Grayscale: #484848. Windows color (decimal): -6543087 or 1124764. OLE color: 1124764.

HSL color Cylindrical-coordinate representation of color #9C2911: hue angle of 10.36º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9C2911 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 41 17 -
CMYK 0 0.74 0.89 0.39
HSL 10.36º 0.8% 0.34% -
HSV(B) 10.36º 0.89% 0.61% -
XYZ 14.6 8.69 1.44 -
YUV 72.65 96.6 187.45 -
System Red Green Blue C M Y K H S L
Decimal 156 41 17 0 0.74 0.89 0.39 10.36 0.8 0.34
Hex 9C 29 11 0 4A 59 27 A 50 22
Octal 234 51 21 0 112 131 47 12 120 42
Binary 10011100 101001 10001 0 1001010 1011001 100111 1010 1010000 100010

Color Harmonies of #9C2911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2911

Black with #9C2911

Text Example


Text Example

White with #9C2911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C2911; }

 p { color: rgb(156,41,17); }

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

background-color css

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

 a { background-color: rgb(156,41,17); }

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

border-color css

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

 span { border-color: rgb(156,41,17); }

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