#995125

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

Shades of Hawaiian Tan #995125

Tints of Hawaiian Tan #995125

Color information

#995125 (or 0x995125) is unknown color: approx Hawaiian Tan. HEX triplet: 99, 51 and 25. RGB value is (153,81,37). Sum of RGB (Red+Green+Blue) = 153+81+37=271 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.46% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 153 - color contains mainly: red. Hex color #995125 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995125 is #66AEDA. Grayscale: #616161. Windows color (decimal): -6729435 or 2445721. OLE color: 2445721.

HSL color Cylindrical-coordinate representation of color #995125: hue angle of 22.76º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #995125 is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB1538137-
CMYK00.470.760.4
HSL22.76º61.05%37.25%-
HSV(B)22.76º75.82%60%-
XYZ16.4112.793.35-
YUV97.5193.85167.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.46%
GREEN value IS 81 (32.03% from 255) = 29.89%
BLUE value IS 37 (14.84% from 255) = 13.65%
R=56.46%
G=29.89%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.76
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153813700.470.760.422.7661.0537.25
Hex99512502F4C28173d25
Octal2311214505711450277545
Binary1001100110100011001010101111100110010100010111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995125; }

 p { color: rgb(153,81,37); }

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

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

 a { background-color: rgb(153,81,37); }

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

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

 span { border-color: rgb(153,81,37); }

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