Html Css Color HEX #9C2816 Mandarian Orange

📋 copy color: '#9C2816'

red 156 ◦ green 40 ◦ blue 22

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

Shades of Mandarian Orange #9C2816

Tints of Mandarian Orange #9C2816

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.35%

 BLUE value IS 22 (8.98% from 255) = 10.09%

R = 71.56%
G = 18.35%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9C2816 (or 0x9C2816) is known color: Mandarian Orange. HEX triplet: 9C, 28 and 16. RGB value is (156,40,22). Sum of RGB (Red+Green+Blue) = 156+40+22=218 (28% of max value = 765). Red value is 156 (61.33% from 255 or 71.56% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2816 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2816 is #63D7E9. Grayscale: #484848. Windows color (decimal): -6543338 or 1452188. OLE color: 1452188.

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

Color convert

RGB 156 40 22 -
CMYK 0 0.74 0.86 0.39
HSL 8.06º 0.75% 0.35% -
HSV(B) 8.06º 0.86% 0.61% -
XYZ 14.61 8.64 1.66 -
YUV 72.63 99.43 187.46 -
System Red Green Blue C M Y K H S L
Decimal 156 40 22 0 0.74 0.86 0.39 8.06 0.75 0.35
Hex 9C 28 16 0 4A 56 27 8 4B 23
Octal 234 50 26 0 112 126 47 10 113 43
Binary 10011100 101000 10110 0 1001010 1010110 100111 1000 1001011 100011

Color Harmonies of #9C2816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2816

Black with #9C2816

Text Example


Text Example

White with #9C2816

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,40,22); }

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

background-color css

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

 a { background-color: rgb(156,40,22); }

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

border-color css

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

 span { border-color: rgb(156,40,22); }

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