Html Css Color HEX #932211 Mandarian Orange

📋 copy color: '#932211'

red 147 ◦ green 34 ◦ blue 17

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

Shades of Mandarian Orange #932211

Tints of Mandarian Orange #932211

RGB

 RED value IS 147 (57.81% from 255) = 74.24%

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

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

R = 74.24%
G = 17.17%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#932211 (or 0x932211) is known color: Mandarian Orange. HEX triplet: 93, 22 and 11. RGB value is (147,34,17). Sum of RGB (Red+Green+Blue) = 147+34+17=198 (26% of max value = 765). Red value is 147 (57.81% from 255 or 74.24% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 17 (7.03% from 255 or 8.59% from 198); Max value from RGB is 147 - color contains mainly: red. Hex color #932211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932211 is #6CDDEE. Grayscale: #424242. Windows color (decimal): -7134703 or 1122963. OLE color: 1122963.

HSL color Cylindrical-coordinate representation of color #932211: hue angle of 7.85º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #932211 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 34 17 -
CMYK 0 0.77 0.88 0.42
HSL 7.85º 0.79% 0.32% -
HSV(B) 7.85º 0.88% 0.58% -
XYZ 12.71 7.39 1.29 -
YUV 65.85 100.44 185.88 -
System Red Green Blue C M Y K H S L
Decimal 147 34 17 0 0.77 0.88 0.42 7.85 0.79 0.32
Hex 93 22 11 0 4D 58 2A 8 4F 20
Octal 223 42 21 0 115 130 52 10 117 40
Binary 10010011 100010 10001 0 1001101 1011000 101010 1000 1001111 100000

Color Harmonies of #932211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932211

Black with #932211

Text Example


Text Example

White with #932211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932211; }

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

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

background-color css

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

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

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

border-color css

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

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

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