#9D8C52

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

Shades of Teak #9D8C52

Tints of Teak #9D8C52

Color information

#9D8C52 (or 0x9D8C52) is unknown color: approx Teak. HEX triplet: 9D, 8C and 52. RGB value is (157,140,82). Sum of RGB (Red+Green+Blue) = 157+140+82=379 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.42% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 82 (32.42% from 255 or 21.64% from 379); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8C52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8C52 is #6273AD. Grayscale: #8A8A8A. Windows color (decimal): -6452142 or 5409949. OLE color: 5409949.

HSL color Cylindrical-coordinate representation of color #9D8C52: hue angle of 46.4º 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 #9D8C52 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB15714082-
CMYK00.110.480.38
HSL46.4º31.38%46.86%-
HSV(B)46.4º47.77%61.57%-
XYZ24.8126.5311.8-
YUV138.4796.13141.22-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.42%
GREEN value IS 140 (55.08% from 255) = 36.94%
BLUE value IS 82 (32.42% from 255) = 21.64%
R=41.42%
G=36.94%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571408200.110.480.3846.431.3846.86
Hex9D8C520B30262e1f2f
Octal2352141220136046563757
Binary100111011000110010100100101111000010011010111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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