#9D8952

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

Shades of Teak #9D8952

Tints of Teak #9D8952

Color information

#9D8952 (or 0x9D8952) is unknown color: approx Teak. HEX triplet: 9D, 89 and 52. RGB value is (157,137,82). Sum of RGB (Red+Green+Blue) = 157+137+82=376 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.76% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8952 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8952 is #6276AD. Grayscale: #888888. Windows color (decimal): -6452910 or 5409181. OLE color: 5409181.

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

Color convert

RGB15713782-
CMYK00.130.480.38
HSL44º31.38%46.86%-
HSV(B)44º47.77%61.57%-
XYZ24.3725.6711.65-
YUV136.7197.13142.47-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.76%
GREEN value IS 137 (53.91% from 255) = 36.44%
BLUE value IS 82 (32.42% from 255) = 21.81%
R=41.76%
G=36.44%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571378200.130.480.384431.3846.86
Hex9D89520D30262c1f2f
Octal2352111220156046543757
Binary100111011000100110100100110111000010011010110011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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