#99270C

Color #99270C Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #99270C

Tints of Mandarian Orange #99270C

Color information

#99270C (or 0x99270C) is unknown color: approx Mandarian Orange. HEX triplet: 99, 27 and 0C. RGB value is (153,39,12). Sum of RGB (Red+Green+Blue) = 153+39+12=204 (27% of max value = 765). Red value is 153 (60.16% from 255 or 75% from 204); Green value is 39 (15.62% from 255 or 19.12% from 204); Blue value is 12 (5.08% from 255 or 5.88% from 204); Max value from RGB is 153 - color contains mainly: red. Hex color #99270C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99270C is #66D8F3. Grayscale: #464646. Windows color (decimal): -6740212 or 796569. OLE color: 796569.

HSL color Cylindrical-coordinate representation of color #99270C: hue angle of 11.49º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99270C is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB1533912-
CMYK00.750.920.4
HSL11.49º85.45%32.35%-
HSV(B)11.49º92.16%60%-
XYZ13.938.251.21-
YUV70.0195.27187.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 75%
GREEN value IS 39 (15.62% from 255) = 19.12%
BLUE value IS 12 (5.08% from 255) = 5.88%
R=75%
G=19.12%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.92
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153391200.750.920.411.4985.4532.35
Hex9927C04B5C28b5520
Octal23147140113134501312540
Binary10011001100111110001001011101110010100010111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99270C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99270C; }

 p { color: rgb(153,39,12); }

 H1.HeaderClassName
 {
   color: #99270C;
 }
 .AnyTagClassName
 {
   color: #99270C;
 }
</style>
background-color css

<style>
 a { background-color: #99270C; }

 a { background-color: rgb(153,39,12); }

 div.DivClassName
 {
   background-color: #99270C;
 }
 .BgClassName
 {
   background-color: #99270C;
 }
</style>
border-color css

<style>
 span { border-color: #99270C; }

 span { border-color: rgb(153,39,12); }

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