Html Css Color HEX #992514 Mandarian Orange

📋 copy color: '#992514'

red 153 ◦ green 37 ◦ blue 20

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

Shades of Mandarian Orange #992514

Tints of Mandarian Orange #992514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.52%

R = 72.86%
G = 17.62%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.4

RGB Variations

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

Color information

#992514 (or 0x992514) is known color: Mandarian Orange. HEX triplet: 99, 25 and 14. RGB value is (153,37,20). Sum of RGB (Red+Green+Blue) = 153+37+20=210 (27% of max value = 765). Red value is 153 (60.16% from 255 or 72.86% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 153 - color contains mainly: red. Hex color #992514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992514 is #66DAEB. Grayscale: #454545. Windows color (decimal): -6740716 or 1320345. OLE color: 1320345.

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

Color convert

RGB 153 37 20 -
CMYK 0 0.76 0.87 0.4
HSL 7.67º 0.77% 0.34% -
HSV(B) 7.67º 0.87% 0.6% -
XYZ 13.92 8.15 1.5 -
YUV 69.75 99.93 187.38 -
System Red Green Blue C M Y K H S L
Decimal 153 37 20 0 0.76 0.87 0.4 7.67 0.77 0.34
Hex 99 25 14 0 4C 57 28 8 4D 22
Octal 231 45 24 0 114 127 50 10 115 42
Binary 10011001 100101 10100 0 1001100 1010111 101000 1000 1001101 100010

Color Harmonies of #992514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992514

Black with #992514

Text Example


Text Example

White with #992514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992514; }

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

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

background-color css

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

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

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

border-color css

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

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

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