#954E20

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

Shades of Hawaiian Tan #954E20

Tints of Hawaiian Tan #954E20

Color information

#954E20 (or 0x954E20) is unknown color: approx Hawaiian Tan. HEX triplet: 95, 4E and 20. RGB value is (149,78,32). Sum of RGB (Red+Green+Blue) = 149+78+32=259 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.53% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 149 - color contains mainly: red. Hex color #954E20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954E20 is #6AB1DF. Grayscale: #5E5E5E. Windows color (decimal): -6992352 or 2117269. OLE color: 2117269.

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

Color convert

RGB1497832-
CMYK00.480.790.42
HSL23.59º64.64%35.49%-
HSV(B)23.59º78.52%58.43%-
XYZ15.3811.942.86-
YUV93.9893.02167.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.53%
GREEN value IS 78 (30.86% from 255) = 30.12%
BLUE value IS 32 (12.89% from 255) = 12.36%
R=57.53%
G=30.12%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149783200.480.790.4223.5964.6435.49
Hex954E200304F2A184123
Octal22511640060117523010143
Binary10010101100111010000001100001001111101010110001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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