Html Css Color HEX #9C2208 Mandarian Orange

📋 copy color: '#9C2208'

red 156 ◦ green 34 ◦ blue 8

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

Shades of Mandarian Orange #9C2208

Tints of Mandarian Orange #9C2208

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.17%

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

R = 78.79%
G = 17.17%
B = 4.04%

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

#9C2208 (or 0x9C2208) is known color: Mandarian Orange. HEX triplet: 9C, 22 and 08. RGB value is (156,34,8). Sum of RGB (Red+Green+Blue) = 156+34+8=198 (26% of max value = 765). Red value is 156 (61.33% from 255 or 78.79% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 8 (3.52% from 255 or 4.04% from 198); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2208 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2208 is #63DDF7. Grayscale: #434343. Windows color (decimal): -6544888 or 533148. OLE color: 533148.

HSL color Cylindrical-coordinate representation of color #9C2208: hue angle of 10.54º 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 #9C2208 is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 34 8 -
CMYK 0 0.78 0.95 0.39
HSL 10.54º 0.9% 0.32% -
HSV(B) 10.54º 0.95% 0.61% -
XYZ 14.33 8.23 1.06 -
YUV 67.51 94.42 191.11 -
System Red Green Blue C M Y K H S L
Decimal 156 34 8 0 0.78 0.95 0.39 10.54 0.9 0.32
Hex 9C 22 8 0 4E 5F 27 B 5A 20
Octal 234 42 10 0 116 137 47 13 132 40
Binary 10011100 100010 1000 0 1001110 1011111 100111 1011 1011010 100000

Color Harmonies of #9C2208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2208

Black with #9C2208

Text Example


Text Example

White with #9C2208

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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