#992208

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

Shades of Mandarian Orange #992208

Tints of Mandarian Orange #992208

Color information

#992208 (or 0x992208) is unknown color: approx Mandarian Orange. HEX triplet: 99, 22 and 08. RGB value is (153,34,8). Sum of RGB (Red+Green+Blue) = 153+34+8=195 (25% of max value = 765). Red value is 153 (60.16% from 255 or 78.46% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 8 (3.52% from 255 or 4.10% from 195); Max value from RGB is 153 - color contains mainly: red. Hex color #992208 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992208 is #66DDF7. Grayscale: #424242. Windows color (decimal): -6741496 or 533145. OLE color: 533145.

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

Color convert

RGB153348-
CMYK00.780.950.4
HSL10.76º90.06%31.57%-
HSV(B)10.76º94.77%60%-
XYZ13.757.931.04-
YUV66.6294.92189.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 78.46%
GREEN value IS 34 (13.67% from 255) = 17.44%
BLUE value IS 8 (3.52% from 255) = 4.10%
R=78.46%
G=17.44%
B=4.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.95
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15334800.780.950.410.7690.0631.57
Hex9922804E5F28b5a20
Octal23142100116137501313240
Binary10011001100010100001001110101111110100010111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992208; }

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

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

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

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

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

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

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

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