Html Css Color HEX #912411 Mandarian Orange

📋 copy color: '#912411'

red 145 ◦ green 36 ◦ blue 17

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

Shades of Mandarian Orange #912411

Tints of Mandarian Orange #912411

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.18%

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

R = 73.23%
G = 18.18%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#912411 (or 0x912411) is known color: Mandarian Orange. HEX triplet: 91, 24 and 11. RGB value is (145,36,17). Sum of RGB (Red+Green+Blue) = 145+36+17=198 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.23% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 17 (7.03% from 255 or 8.59% from 198); Max value from RGB is 145 - color contains mainly: red. Hex color #912411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912411 is #6EDBEE. Grayscale: #424242. Windows color (decimal): -7265263 or 1123473. OLE color: 1123473.

HSL color Cylindrical-coordinate representation of color #912411: hue angle of 8.91º degrees, saturation: 0.79, 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 #912411 is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 36 17 -
CMYK 0 0.75 0.88 0.43
HSL 8.91º 0.79% 0.32% -
HSV(B) 8.91º 0.88% 0.57% -
XYZ 12.41 7.32 1.29 -
YUV 66.43 100.11 184.04 -
System Red Green Blue C M Y K H S L
Decimal 145 36 17 0 0.75 0.88 0.43 8.91 0.79 0.32
Hex 91 24 11 0 4B 58 2B 9 4F 20
Octal 221 44 21 0 113 130 53 11 117 40
Binary 10010001 100100 10001 0 1001011 1011000 101011 1001 1001111 100000

Color Harmonies of #912411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912411

Black with #912411

Text Example


Text Example

White with #912411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912411; }

 p { color: rgb(145,36,17); }

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

background-color css

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

 a { background-color: rgb(145,36,17); }

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

border-color css

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

 span { border-color: rgb(145,36,17); }

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