#955420

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

Shades of Hawaiian Tan #955420

Tints of Hawaiian Tan #955420

Color information

#955420 (or 0x955420) is unknown color: approx Hawaiian Tan. HEX triplet: 95, 54 and 20. RGB value is (149,84,32). Sum of RGB (Red+Green+Blue) = 149+84+32=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #955420 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955420 is #6AABDF. Grayscale: #616161. Windows color (decimal): -6990816 or 2118805. OLE color: 2118805.

HSL color Cylindrical-coordinate representation of color #955420: hue angle of 26.67º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #955420 is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB1498432-
CMYK00.440.790.42
HSL26.67º64.64%35.49%-
HSV(B)26.67º78.52%58.43%-
XYZ15.8312.833.01-
YUV97.5191.03164.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.23%
GREEN value IS 84 (33.20% from 255) = 31.70%
BLUE value IS 32 (12.89% from 255) = 12.08%
R=56.23%
G=31.70%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149843200.440.790.4226.6764.6435.49
Hex95542002C4F2A1b4123
Octal22512440054117523310143
Binary10010101101010010000001011001001111101010110111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955420; }

 p { color: rgb(149,84,32); }

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

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

 a { background-color: rgb(149,84,32); }

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

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

 span { border-color: rgb(149,84,32); }

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