#954F25

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

Shades of Hawaiian Tan #954F25

Tints of Hawaiian Tan #954F25

Color information

#954F25 (or 0x954F25) is unknown color: approx Hawaiian Tan. HEX triplet: 95, 4F and 25. RGB value is (149,79,37). Sum of RGB (Red+Green+Blue) = 149+79+37=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 79 (31.25% from 255 or 29.81% from 265); Blue value is 37 (14.84% from 255 or 13.96% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #954F25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954F25 is #6AB0DA. Grayscale: #5F5F5F. Windows color (decimal): -6992091 or 2445205. OLE color: 2445205.

HSL color Cylindrical-coordinate representation of color #954F25: hue angle of 22.5º 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 #954F25 is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB1497937-
CMYK00.470.750.42
HSL22.5º60.22%36.47%-
HSV(B)22.5º75.17%58.43%-
XYZ15.5212.123.27-
YUV95.1495.19166.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.23%
GREEN value IS 79 (31.25% from 255) = 29.81%
BLUE value IS 37 (14.84% from 255) = 13.96%
R=56.23%
G=29.81%
B=13.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149793700.470.750.4222.560.2236.47
Hex954F2502F4B2A163c24
Octal2251174505711352267444
Binary1001010110011111001010101111100101110101010110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954F25; }

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

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

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

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

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

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

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

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