#995225

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

Shades of Hawaiian Tan #995225

Tints of Hawaiian Tan #995225

Color information

#995225 (or 0x995225) is unknown color: approx Hawaiian Tan. HEX triplet: 99, 52 and 25. RGB value is (153,82,37). Sum of RGB (Red+Green+Blue) = 153+82+37=272 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.25% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 37 (14.84% from 255 or 13.60% from 272); Max value from RGB is 153 - color contains mainly: red. Hex color #995225 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995225 is #66ADDA. Grayscale: #626262. Windows color (decimal): -6729179 or 2445977. OLE color: 2445977.

HSL color Cylindrical-coordinate representation of color #995225: hue angle of 23.28º 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 #995225 is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB1538237-
CMYK00.460.760.4
HSL23.28º61.05%37.25%-
HSV(B)23.28º75.82%60%-
XYZ16.4912.943.38-
YUV98.193.52167.16-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.25%
GREEN value IS 82 (32.42% from 255) = 30.15%
BLUE value IS 37 (14.84% from 255) = 13.60%
R=56.25%
G=30.15%
B=13.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.76
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153823700.460.760.423.2861.0537.25
Hex99522502E4C28173d25
Octal2311224505611450277545
Binary1001100110100101001010101110100110010100010111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995225; }

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

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

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

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

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

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

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

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