Html Css Color HEX #992811 Mandarian Orange

📋 copy color: '#992811'

red 153 ◦ green 40 ◦ blue 17

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

Shades of Mandarian Orange #992811

Tints of Mandarian Orange #992811

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.05%

 BLUE value IS 17 (7.03% from 255) = 8.1%

R = 72.86%
G = 19.05%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.4

RGB Variations

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

Color information

#992811 (or 0x992811) is known color: Mandarian Orange. HEX triplet: 99, 28 and 11. RGB value is (153,40,17). Sum of RGB (Red+Green+Blue) = 153+40+17=210 (27% of max value = 765). Red value is 153 (60.16% from 255 or 72.86% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 17 (7.03% from 255 or 8.10% from 210); Max value from RGB is 153 - color contains mainly: red. Hex color #992811 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992811 is #66D7EE. Grayscale: #474747. Windows color (decimal): -6739951 or 1124505. OLE color: 1124505.

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

Color convert

RGB 153 40 17 -
CMYK 0 0.74 0.89 0.4
HSL 10.15º 0.8% 0.33% -
HSV(B) 10.15º 0.89% 0.6% -
XYZ 14 8.33 1.4 -
YUV 71.17 97.44 186.37 -
System Red Green Blue C M Y K H S L
Decimal 153 40 17 0 0.74 0.89 0.4 10.15 0.8 0.33
Hex 99 28 11 0 4A 59 28 A 50 21
Octal 231 50 21 0 112 131 50 12 120 41
Binary 10011001 101000 10001 0 1001010 1011001 101000 1010 1010000 100001

Color Harmonies of #992811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992811

Black with #992811

Text Example


Text Example

White with #992811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992811; }

 p { color: rgb(153,40,17); }

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

background-color css

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

 a { background-color: rgb(153,40,17); }

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

border-color css

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

 span { border-color: rgb(153,40,17); }

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