Html Css Color HEX #992509 Mandarian Orange

📋 copy color: '#992509'

red 153 ◦ green 37 ◦ blue 9

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

Shades of Mandarian Orange #992509

Tints of Mandarian Orange #992509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.52%

R = 76.88%
G = 18.59%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.4

RGB Variations

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

Color information

#992509 (or 0x992509) is known color: Mandarian Orange. HEX triplet: 99, 25 and 09. RGB value is (153,37,9). Sum of RGB (Red+Green+Blue) = 153+37+9=199 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.88% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 9 (3.91% from 255 or 4.52% from 199); Max value from RGB is 153 - color contains mainly: red. Hex color #992509 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992509 is #66DAF6. Grayscale: #444444. Windows color (decimal): -6740727 or 599449. OLE color: 599449.

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

Color convert

RGB 153 37 9 -
CMYK 0 0.76 0.94 0.4
HSL 11.67º 0.89% 0.32% -
HSV(B) 11.67º 0.94% 0.6% -
XYZ 13.85 8.12 1.09 -
YUV 68.49 94.43 188.28 -
System Red Green Blue C M Y K H S L
Decimal 153 37 9 0 0.76 0.94 0.4 11.67 0.89 0.32
Hex 99 25 9 0 4C 5E 28 C 59 20
Octal 231 45 11 0 114 136 50 14 131 40
Binary 10011001 100101 1001 0 1001100 1011110 101000 1100 1011001 100000

Color Harmonies of #992509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992509

Black with #992509

Text Example


Text Example

White with #992509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992509; }

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

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

background-color css

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

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

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

border-color css

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

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

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