#922513

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

Shades of Mandarian Orange #922513

Tints of Mandarian Orange #922513

Color information

#922513 (or 0x922513) is unknown color: approx Mandarian Orange. HEX triplet: 92, 25 and 13. RGB value is (146,37,19). Sum of RGB (Red+Green+Blue) = 146+37+19=202 (26% of max value = 765). Red value is 146 (57.42% from 255 or 72.28% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 19 (7.81% from 255 or 9.41% from 202); Max value from RGB is 146 - color contains mainly: red. Hex color #922513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922513 is #6DDAEC. Grayscale: #434343. Windows color (decimal): -7199469 or 1254802. OLE color: 1254802.

HSL color Cylindrical-coordinate representation of color #922513: hue angle of 8.5º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #922513 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.43.

Color convert

RGB1463719-
CMYK00.750.870.43
HSL8.5º76.97%32.35%-
HSV(B)8.5º86.99%57.25%-
XYZ12.637.481.39-
YUV67.54100.61183.96-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 72.28%
GREEN value IS 37 (14.84% from 255) = 18.32%
BLUE value IS 19 (7.81% from 255) = 9.41%
R=72.28%
G=18.32%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.87
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146371900.750.870.438.576.9732.35
Hex92251304B572B94d20
Octal22245230113127531111540
Binary100100101001011001101001011101011110101110011001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922513; }

 p { color: rgb(146,37,19); }

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

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

 a { background-color: rgb(146,37,19); }

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

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

 span { border-color: rgb(146,37,19); }

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