#985121

Color #985121 Hawaiian Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hawaiian Tan #985121

Tints of Hawaiian Tan #985121

Color information

#985121 (or 0x985121) is unknown color: approx Hawaiian Tan. HEX triplet: 98, 51 and 21. RGB value is (152,81,33). Sum of RGB (Red+Green+Blue) = 152+81+33=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #985121 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985121 is #67AEDE. Grayscale: #616161. Windows color (decimal): -6794975 or 2183576. OLE color: 2183576.

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

Color convert

RGB1528133-
CMYK00.470.780.40
HSL24.2º64.32%36.27%-
HSV(B)24.2º78.29%59.61%-
XYZ16.1712.673.03-
YUV96.7692.02167.4-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 57.14%
GREEN value IS 81 (32.03% from 255) = 30.45%
BLUE value IS 33 (13.28% from 255) = 12.41%
R=57.14%
G=30.45%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.78
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152813300.470.780.4024.264.3236.27
Hex98512102F4E28184024
Octal23012141057116503010044
Binary10011000101000110000101011111001110101000110001000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985121; }

 p { color: rgb(152,81,33); }

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

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

 a { background-color: rgb(152,81,33); }

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

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

 span { border-color: rgb(152,81,33); }

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