Html Css Color HEX #992410 Mandarian Orange

📋 copy color: '#992410'

red 153 ◦ green 36 ◦ blue 16

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

Shades of Mandarian Orange #992410

Tints of Mandarian Orange #992410

RGB

 RED value IS 153 (60.16% from 255) = 74.63%

 GREEN value IS 36 (14.45% from 255) = 17.56%

 BLUE value IS 16 (6.64% from 255) = 7.8%

R = 74.63%
G = 17.56%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#992410 (or 0x992410) is known color: Mandarian Orange. HEX triplet: 99, 24 and 10. RGB value is (153,36,16). Sum of RGB (Red+Green+Blue) = 153+36+16=205 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.63% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 16 (6.64% from 255 or 7.80% from 205); Max value from RGB is 153 - color contains mainly: red. Hex color #992410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992410 is #66DBEF. Grayscale: #444444. Windows color (decimal): -6740976 or 1057945. OLE color: 1057945.

HSL color Cylindrical-coordinate representation of color #992410: hue angle of 8.76º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #992410 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 36 16 -
CMYK 0 0.76 0.90 0.4
HSL 8.76º 0.81% 0.33% -
HSV(B) 8.76º 0.9% 0.6% -
XYZ 13.86 8.07 1.32 -
YUV 68.7 98.26 188.13 -
System Red Green Blue C M Y K H S L
Decimal 153 36 16 0 0.76 0.90 0.4 8.76 0.81 0.33
Hex 99 24 10 0 4C 5A 28 9 51 21
Octal 231 44 20 0 114 132 50 11 121 41
Binary 10011001 100100 10000 0 1001100 1011010 101000 1001 1010001 100001

Color Harmonies of #992410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992410

Black with #992410

Text Example


Text Example

White with #992410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992410; }

 p { color: rgb(153,36,16); }

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

background-color css

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

 a { background-color: rgb(153,36,16); }

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

border-color css

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

 span { border-color: rgb(153,36,16); }

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