#955228

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

Shades of Hawaiian Tan #955228

Tints of Hawaiian Tan #955228

Color information

#955228 (or 0x955228) is unknown color: approx Hawaiian Tan. HEX triplet: 95, 52 and 28. RGB value is (149,82,40). Sum of RGB (Red+Green+Blue) = 149+82+40=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #955228 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955228 is #6AADD7. Grayscale: #616161. Windows color (decimal): -6991320 or 2642581. OLE color: 2642581.

HSL color Cylindrical-coordinate representation of color #955228: hue angle of 23.12º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #955228 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB1498240-
CMYK00.450.730.42
HSL23.12º57.67%37.06%-
HSV(B)23.12º73.15%58.43%-
XYZ15.7912.583.6-
YUV97.2495.7164.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.98%
GREEN value IS 82 (32.42% from 255) = 30.26%
BLUE value IS 40 (16.02% from 255) = 14.76%
R=54.98%
G=30.26%
B=14.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149824000.450.730.4223.1257.6737.06
Hex95522802D492A173a25
Octal2251225005511152277245
Binary1001010110100101010000101101100100110101010111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955228; }

 p { color: rgb(149,82,40); }

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

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

 a { background-color: rgb(149,82,40); }

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

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

 span { border-color: rgb(149,82,40); }

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