Html Css Color HEX #912311 Mandarian Orange

📋 copy color: '#912311'

red 145 ◦ green 35 ◦ blue 17

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

Shades of Mandarian Orange #912311

Tints of Mandarian Orange #912311

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.77%

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

R = 73.6%
G = 17.77%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#912311 (or 0x912311) is known color: Mandarian Orange. HEX triplet: 91, 23 and 11. RGB value is (145,35,17). Sum of RGB (Red+Green+Blue) = 145+35+17=197 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.60% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 145 - color contains mainly: red. Hex color #912311 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912311 is #6EDCEE. Grayscale: #424242. Windows color (decimal): -7265519 or 1123217. OLE color: 1123217.

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

Color convert

RGB 145 35 17 -
CMYK 0 0.76 0.88 0.43
HSL 8.44º 0.79% 0.32% -
HSV(B) 8.44º 0.88% 0.57% -
XYZ 12.38 7.26 1.28 -
YUV 65.84 100.44 184.46 -
System Red Green Blue C M Y K H S L
Decimal 145 35 17 0 0.76 0.88 0.43 8.44 0.79 0.32
Hex 91 23 11 0 4C 58 2B 8 4F 20
Octal 221 43 21 0 114 130 53 10 117 40
Binary 10010001 100011 10001 0 1001100 1011000 101011 1000 1001111 100000

Color Harmonies of #912311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912311

Black with #912311

Text Example


Text Example

White with #912311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912311; }

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

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

background-color css

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

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

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

border-color css

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

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

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