Html Css Color HEX #912211 Mandarian Orange

📋 copy color: '#912211'

red 145 ◦ green 34 ◦ blue 17

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

Shades of Mandarian Orange #912211

Tints of Mandarian Orange #912211

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.35%

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

R = 73.98%
G = 17.35%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#912211 (or 0x912211) is known color: Mandarian Orange. HEX triplet: 91, 22 and 11. RGB value is (145,34,17). Sum of RGB (Red+Green+Blue) = 145+34+17=196 (25% of max value = 765). Red value is 145 (57.03% from 255 or 73.98% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 17 (7.03% from 255 or 8.67% from 196); Max value from RGB is 145 - color contains mainly: red. Hex color #912211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912211 is #6EDDEE. Grayscale: #414141. Windows color (decimal): -7265775 or 1122961. OLE color: 1122961.

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

Color convert

RGB 145 34 17 -
CMYK 0 0.77 0.88 0.43
HSL 7.97º 0.79% 0.32% -
HSV(B) 7.97º 0.88% 0.57% -
XYZ 12.35 7.2 1.27 -
YUV 65.25 100.77 184.88 -
System Red Green Blue C M Y K H S L
Decimal 145 34 17 0 0.77 0.88 0.43 7.97 0.79 0.32
Hex 91 22 11 0 4D 58 2B 8 4F 20
Octal 221 42 21 0 115 130 53 10 117 40
Binary 10010001 100010 10001 0 1001101 1011000 101011 1000 1001111 100000

Color Harmonies of #912211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912211

Black with #912211

Text Example


Text Example

White with #912211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912211; }

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

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

background-color css

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

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

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

border-color css

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

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

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