#921D17

Color #921D17 Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #921D17

Tints of Mandarian Orange #921D17

Color information

#921D17 (or 0x921D17) is unknown color: approx Mandarian Orange. HEX triplet: 92, 1D and 17. RGB value is (146,29,23). Sum of RGB (Red+Green+Blue) = 146+29+23=198 (26% of max value = 765). Red value is 146 (57.42% from 255 or 73.74% from 198); Green value is 29 (11.72% from 255 or 14.65% from 198); Blue value is 23 (9.38% from 255 or 11.62% from 198); Max value from RGB is 146 - color contains mainly: red. Hex color #921D17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921D17 is #6DE2E8. Grayscale: #3F3F3F. Windows color (decimal): -7201513 or 1514898. OLE color: 1514898.

HSL color Cylindrical-coordinate representation of color #921D17: hue angle of 2.93º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #921D17 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.43.

Color convert

RGB1462923-
CMYK00.800.840.43
HSL2.93º72.78%33.14%-
HSV(B)2.93º84.25%57.25%-
XYZ12.457.051.52-
YUV63.3105.26186.99-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 73.74%
GREEN value IS 29 (11.72% from 255) = 14.65%
BLUE value IS 23 (9.38% from 255) = 11.62%
R=73.74%
G=14.65%
B=11.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.84
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146292300.800.840.432.9372.7833.14
Hex921D17050542B34921
Octal2223527012012453311141
Binary100100101110110111010100001010100101011111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921D17; }

 p { color: rgb(146,29,23); }

 H1.HeaderClassName
 {
   color: #921D17;
 }
 .AnyTagClassName
 {
   color: #921D17;
 }
</style>
background-color css

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

 a { background-color: rgb(146,29,23); }

 div.DivClassName
 {
   background-color: #921D17;
 }
 .BgClassName
 {
   background-color: #921D17;
 }
</style>
border-color css

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

 span { border-color: rgb(146,29,23); }

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