#9D8E52

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

Shades of Teak #9D8E52

Tints of Teak #9D8E52

Color information

#9D8E52 (or 0x9D8E52) is unknown color: approx Teak. HEX triplet: 9D, 8E and 52. RGB value is (157,142,82). Sum of RGB (Red+Green+Blue) = 157+142+82=381 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.21% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8E52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8E52 is #6271AD. Grayscale: #8B8B8B. Windows color (decimal): -6451630 or 5410461. OLE color: 5410461.

HSL color Cylindrical-coordinate representation of color #9D8E52: hue angle of 48º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9D8E52 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB15714282-
CMYK00.100.480.38
HSL48º31.38%46.86%-
HSV(B)48º47.77%61.57%-
XYZ25.127.1211.9-
YUV139.6595.47140.38-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.21%
GREEN value IS 142 (55.86% from 255) = 37.27%
BLUE value IS 82 (32.42% from 255) = 21.52%
R=41.21%
G=37.27%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571428200.100.480.384831.3846.86
Hex9D8E520A3026301f2f
Octal2352161220126046603757
Binary100111011000111010100100101011000010011011000011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,142,82); }

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

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

 a { background-color: rgb(157,142,82); }

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

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

 span { border-color: rgb(157,142,82); }

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