#954D20

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

Shades of Hawaiian Tan #954D20

Tints of Hawaiian Tan #954D20

Color information

#954D20 (or 0x954D20) is unknown color: approx Hawaiian Tan. HEX triplet: 95, 4D and 20. RGB value is (149,77,32). Sum of RGB (Red+Green+Blue) = 149+77+32=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 77 (30.47% from 255 or 29.84% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #954D20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954D20 is #6AB2DF. Grayscale: #5D5D5D. Windows color (decimal): -6992608 or 2117013. OLE color: 2117013.

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

Color convert

RGB1497732-
CMYK00.480.790.42
HSL23.08º64.64%35.49%-
HSV(B)23.08º78.52%58.43%-
XYZ15.3111.82.84-
YUV93.493.35167.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.75%
GREEN value IS 77 (30.47% from 255) = 29.84%
BLUE value IS 32 (12.89% from 255) = 12.40%
R=57.75%
G=29.84%
B=12.40%

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
Decimal149773200.480.790.4223.0864.6435.49
Hex954D200304F2A174123
Octal22511540060117522710143
Binary10010101100110110000001100001001111101010101111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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