Html Css Color HEX #992510 Mandarian Orange

📋 copy color: '#992510'

red 153 ◦ green 37 ◦ blue 16

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

Shades of Mandarian Orange #992510

Tints of Mandarian Orange #992510

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.96%

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

R = 74.27%
G = 17.96%
B = 7.77%

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

#992510 (or 0x992510) is known color: Mandarian Orange. HEX triplet: 99, 25 and 10. RGB value is (153,37,16). Sum of RGB (Red+Green+Blue) = 153+37+16=206 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.27% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 16 (6.64% from 255 or 7.77% from 206); Max value from RGB is 153 - color contains mainly: red. Hex color #992510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992510 is #66DAEF. Grayscale: #454545. Windows color (decimal): -6740720 or 1058201. OLE color: 1058201.

HSL color Cylindrical-coordinate representation of color #992510: hue angle of 9.2º 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 #992510 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 37 16 -
CMYK 0 0.76 0.90 0.4
HSL 9.2º 0.81% 0.33% -
HSV(B) 9.2º 0.9% 0.6% -
XYZ 13.89 8.13 1.33 -
YUV 69.29 97.93 187.71 -
System Red Green Blue C M Y K H S L
Decimal 153 37 16 0 0.76 0.90 0.4 9.2 0.81 0.33
Hex 99 25 10 0 4C 5A 28 9 51 21
Octal 231 45 20 0 114 132 50 11 121 41
Binary 10011001 100101 10000 0 1001100 1011010 101000 1001 1010001 100001

Color Harmonies of #992510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992510

Black with #992510

Text Example


Text Example

White with #992510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992510; }

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

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

background-color css

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

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

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

border-color css

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

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

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