#9D5F2B

Color #9D5F2B Mai Tai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mai Tai #9D5F2B

Tints of Mai Tai #9D5F2B

Color information

#9D5F2B (or 0x9D5F2B) is unknown color: approx Mai Tai. HEX triplet: 9D, 5F and 2B. RGB value is (157,95,43). Sum of RGB (Red+Green+Blue) = 157+95+43=295 (39% of max value = 765). Red value is 157 (61.72% from 255 or 53.22% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5F2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5F2B is #62A0D4. Grayscale: #6B6B6B. Windows color (decimal): -6463701 or 2842525. OLE color: 2842525.

HSL color Cylindrical-coordinate representation of color #9D5F2B: hue angle of 27.37º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9D5F2B is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.38.

Color convert

RGB1579543-
CMYK00.390.730.38
HSL27.37º57%39.22%-
HSV(B)27.37º72.61%61.57%-
XYZ18.4315.534.31-
YUV107.6191.54163.23-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 53.22%
GREEN value IS 95 (37.5% from 255) = 32.20%
BLUE value IS 43 (17.19% from 255) = 14.58%
R=53.22%
G=32.20%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157954300.390.730.3827.375739.22
Hex9D5F2B02749261b3927
Octal2351375304711146337147
Binary1001110110111111010110100111100100110011011011111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D5F2B; }

 p { color: rgb(157,95,43); }

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

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

 a { background-color: rgb(157,95,43); }

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

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

 span { border-color: rgb(157,95,43); }

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