Html Css Color HEX #922011 Mandarian Orange

📋 copy color: '#922011'

red 146 ◦ green 32 ◦ blue 17

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

Shades of Mandarian Orange #922011

Tints of Mandarian Orange #922011

RGB

 RED value IS 146 (57.42% from 255) = 74.87%

 GREEN value IS 32 (12.89% from 255) = 16.41%

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

R = 74.87%
G = 16.41%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#922011 (or 0x922011) is known color: Mandarian Orange. HEX triplet: 92, 20 and 11. RGB value is (146,32,17). Sum of RGB (Red+Green+Blue) = 146+32+17=195 (25% of max value = 765). Red value is 146 (57.42% from 255 or 74.87% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 17 (7.03% from 255 or 8.72% from 195); Max value from RGB is 146 - color contains mainly: red. Hex color #922011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922011 is #6DDFEE. Grayscale: #404040. Windows color (decimal): -7200751 or 1122450. OLE color: 1122450.

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

Color convert

RGB 146 32 17 -
CMYK 0 0.78 0.88 0.43
HSL 6.98º 0.79% 0.32% -
HSV(B) 6.98º 0.88% 0.57% -
XYZ 12.47 7.18 1.26 -
YUV 64.38 101.27 186.22 -
System Red Green Blue C M Y K H S L
Decimal 146 32 17 0 0.78 0.88 0.43 6.98 0.79 0.32
Hex 92 20 11 0 4E 58 2B 7 4F 20
Octal 222 40 21 0 116 130 53 7 117 40
Binary 10010010 100000 10001 0 1001110 1011000 101011 111 1001111 100000

Color Harmonies of #922011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922011

Black with #922011

Text Example


Text Example

White with #922011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #922011; }

 p { color: rgb(146,32,17); }

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

background-color css

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

 a { background-color: rgb(146,32,17); }

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

border-color css

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

 span { border-color: rgb(146,32,17); }

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