Html Css Color HEX #911E12 Mandarian Orange

📋 copy color: '#911E12'

red 145 ◦ green 30 ◦ blue 18

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

Shades of Mandarian Orange #911E12

Tints of Mandarian Orange #911E12

RGB

 RED value IS 145 (57.03% from 255) = 75.13%

 GREEN value IS 30 (12.11% from 255) = 15.54%

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

R = 75.13%
G = 15.54%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#911E12 (or 0x911E12) is known color: Mandarian Orange. HEX triplet: 91, 1E and 12. RGB value is (145,30,18). Sum of RGB (Red+Green+Blue) = 145+30+18=193 (25% of max value = 765). Red value is 145 (57.03% from 255 or 75.13% from 193); Green value is 30 (12.11% from 255 or 15.54% from 193); Blue value is 18 (7.42% from 255 or 9.33% from 193); Max value from RGB is 145 - color contains mainly: red. Hex color #911E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911E12 is #6EE1ED. Grayscale: #3F3F3F. Windows color (decimal): -7266798 or 1187473. OLE color: 1187473.

HSL color Cylindrical-coordinate representation of color #911E12: hue angle of 5.67º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #911E12 is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 30 18 -
CMYK 0 0.79 0.88 0.43
HSL 5.67º 0.78% 0.32% -
HSV(B) 5.67º 0.88% 0.57% -
XYZ 12.25 6.99 1.28 -
YUV 63.02 102.6 186.48 -
System Red Green Blue C M Y K H S L
Decimal 145 30 18 0 0.79 0.88 0.43 5.67 0.78 0.32
Hex 91 1E 12 0 4F 58 2B 6 4E 20
Octal 221 36 22 0 117 130 53 6 116 40
Binary 10010001 11110 10010 0 1001111 1011000 101011 110 1001110 100000

Color Harmonies of #911E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911E12

Black with #911E12

Text Example


Text Example

White with #911E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911E12; }

 p { color: rgb(145,30,18); }

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

background-color css

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

 a { background-color: rgb(145,30,18); }

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

border-color css

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

 span { border-color: rgb(145,30,18); }

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