Html Css Color HEX #992512 Mandarian Orange

📋 copy color: '#992512'

red 153 ◦ green 37 ◦ blue 18

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

Shades of Mandarian Orange #992512

Tints of Mandarian Orange #992512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.65%

R = 73.56%
G = 17.79%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#992512 (or 0x992512) is known color: Mandarian Orange. HEX triplet: 99, 25 and 12. RGB value is (153,37,18). Sum of RGB (Red+Green+Blue) = 153+37+18=208 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.56% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 153 - color contains mainly: red. Hex color #992512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992512 is #66DAED. Grayscale: #454545. Windows color (decimal): -6740718 or 1189273. OLE color: 1189273.

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

Color convert

RGB 153 37 18 -
CMYK 0 0.76 0.88 0.4
HSL 8.44º 0.79% 0.34% -
HSV(B) 8.44º 0.88% 0.6% -
XYZ 13.91 8.14 1.41 -
YUV 69.52 98.93 187.54 -
System Red Green Blue C M Y K H S L
Decimal 153 37 18 0 0.76 0.88 0.4 8.44 0.79 0.34
Hex 99 25 12 0 4C 58 28 8 4F 22
Octal 231 45 22 0 114 130 50 10 117 42
Binary 10011001 100101 10010 0 1001100 1011000 101000 1000 1001111 100010

Color Harmonies of #992512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992512

Black with #992512

Text Example


Text Example

White with #992512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992512; }

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

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

background-color css

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

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

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

border-color css

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

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

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