#92260D

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

Shades of Mandarian Orange #92260D

Tints of Mandarian Orange #92260D

Color information

#92260D (or 0x92260D) is unknown color: approx Mandarian Orange. HEX triplet: 92, 26 and 0D. RGB value is (146,38,13). Sum of RGB (Red+Green+Blue) = 146+38+13=197 (26% of max value = 765). Red value is 146 (57.42% from 255 or 74.11% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 13 (5.47% from 255 or 6.60% from 197); Max value from RGB is 146 - color contains mainly: red. Hex color #92260D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #92260D is #6DD9F2. Grayscale: #434343. Windows color (decimal): -7199219 or 861842. OLE color: 861842.

HSL color Cylindrical-coordinate representation of color #92260D: hue angle of 11.28º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #92260D is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB1463813-
CMYK00.740.910.43
HSL11.28º83.65%31.18%-
HSV(B)11.28º91.1%57.25%-
XYZ12.627.531.17-
YUV67.4497.28184.03-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 74.11%
GREEN value IS 38 (15.23% from 255) = 19.29%
BLUE value IS 13 (5.47% from 255) = 6.60%
R=74.11%
G=19.29%
B=6.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.91
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146381300.740.910.4311.2883.6531.18
Hex9226D04A5B2Bb541f
Octal22246150112133531312437
Binary1001001010011011010100101010110111010111011101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92260D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92260D; }

 p { color: rgb(146,38,13); }

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

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

 a { background-color: rgb(146,38,13); }

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

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

 span { border-color: rgb(146,38,13); }

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