#982620

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

Shades of Mandarian Orange #982620

Tints of Mandarian Orange #982620

Color information

#982620 (or 0x982620) is unknown color: approx Mandarian Orange. HEX triplet: 98, 26 and 20. RGB value is (152,38,32). Sum of RGB (Red+Green+Blue) = 152+38+32=222 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.47% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 32 (12.89% from 255 or 14.41% from 222); Max value from RGB is 152 - color contains mainly: red. Hex color #982620 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982620 is #67D9DF. Grayscale: #474747. Windows color (decimal): -6805984 or 2107032. OLE color: 2107032.

HSL color Cylindrical-coordinate representation of color #982620: hue angle of 3º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #982620 is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB1523832-
CMYK00.750.790.40
HSL65.22%36.08%-
HSV(B)78.95%59.61%-
XYZ13.98.172.21-
YUV71.4105.77185.49-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 68.47%
GREEN value IS 38 (15.23% from 255) = 17.12%
BLUE value IS 32 (12.89% from 255) = 14.41%
R=68.47%
G=17.12%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.79
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152383200.750.790.40365.2236.08
Hex98262004B4F2834124
Octal2304640011311750310144
Binary10011000100110100000010010111001111101000111000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982620; }

 p { color: rgb(152,38,32); }

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

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

 a { background-color: rgb(152,38,32); }

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

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

 span { border-color: rgb(152,38,32); }

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