Html Css Color HEX #9C2308 Mandarian Orange

📋 copy color: '#9C2308'

red 156 ◦ green 35 ◦ blue 8

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

Shades of Mandarian Orange #9C2308

Tints of Mandarian Orange #9C2308

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.59%

 BLUE value IS 8 (3.52% from 255) = 4.02%

R = 78.39%
G = 17.59%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.39

RGB Variations

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

Color information

#9C2308 (or 0x9C2308) is known color: Mandarian Orange. HEX triplet: 9C, 23 and 08. RGB value is (156,35,8). Sum of RGB (Red+Green+Blue) = 156+35+8=199 (26% of max value = 765). Red value is 156 (61.33% from 255 or 78.39% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 8 (3.52% from 255 or 4.02% from 199); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2308 is #63DCF7. Grayscale: #444444. Windows color (decimal): -6544632 or 533404. OLE color: 533404.

HSL color Cylindrical-coordinate representation of color #9C2308: hue angle of 10.95º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9C2308 is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 35 8 -
CMYK 0 0.78 0.95 0.39
HSL 10.95º 0.9% 0.32% -
HSV(B) 10.95º 0.95% 0.61% -
XYZ 14.36 8.29 1.07 -
YUV 68.1 94.09 190.7 -
System Red Green Blue C M Y K H S L
Decimal 156 35 8 0 0.78 0.95 0.39 10.95 0.9 0.32
Hex 9C 23 8 0 4E 5F 27 B 5A 20
Octal 234 43 10 0 116 137 47 13 132 40
Binary 10011100 100011 1000 0 1001110 1011111 100111 1011 1011010 100000

Color Harmonies of #9C2308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2308

Black with #9C2308

Text Example


Text Example

White with #9C2308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,35,8); }

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

background-color css

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

 a { background-color: rgb(156,35,8); }

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

border-color css

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

 span { border-color: rgb(156,35,8); }

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