#955425

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

Shades of Hawaiian Tan #955425

Tints of Hawaiian Tan #955425

Color information

#955425 (or 0x955425) is unknown color: approx Hawaiian Tan. HEX triplet: 95, 54 and 25. RGB value is (149,84,37). Sum of RGB (Red+Green+Blue) = 149+84+37=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #955425 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955425 is #6AABDA. Grayscale: #626262. Windows color (decimal): -6990811 or 2446485. OLE color: 2446485.

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

Color convert

RGB1498437-
CMYK00.440.750.42
HSL25.18º60.22%36.47%-
HSV(B)25.18º75.17%58.43%-
XYZ15.912.863.4-
YUV98.0893.53164.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 55.19%
GREEN value IS 84 (33.20% from 255) = 31.11%
BLUE value IS 37 (14.84% from 255) = 13.70%
R=55.19%
G=31.11%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149843700.440.750.4225.1860.2236.47
Hex95542502C4B2A193c24
Octal2251244505411352317444
Binary1001010110101001001010101100100101110101011001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955425; }

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

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

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

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

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

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

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

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