Html Css Color HEX #9D8953 Teak

📋 copy color: '#9D8953'

red 157 ◦ green 137 ◦ blue 83

#9D8953
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teak #9D8953

Tints of Teak #9D8953

RGB

 RED value IS 157 (61.72% from 255) = 41.64%

 GREEN value IS 137 (53.91% from 255) = 36.34%

 BLUE value IS 83 (32.81% from 255) = 22.02%

R = 41.64%
G = 36.34%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#9D8953 (or 0x9D8953) is known color: Teak. HEX triplet: 9D, 89 and 53. RGB value is (157,137,83). Sum of RGB (Red+Green+Blue) = 157+137+83=377 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.64% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 83 (32.81% from 255 or 22.02% from 377); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8953 is #6276AC. Grayscale: #898989. Windows color (decimal): -6452909 or 5474717. OLE color: 5474717.

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

Color convert

RGB 157 137 83 -
CMYK 0 0.13 0.47 0.38
HSL 43.78º 0.31% 0.47% -
HSV(B) 43.78º 0.47% 0.62% -
XYZ 24.41 25.68 11.85 -
YUV 136.82 97.63 142.39 -
System Red Green Blue C M Y K H S L
Decimal 157 137 83 0 0.13 0.47 0.38 43.78 0.31 0.47
Hex 9D 89 53 0 D 2F 26 2C 1F 2F
Octal 235 211 123 0 15 57 46 54 37 57
Binary 10011101 10001001 1010011 0 1101 101111 100110 101100 11111 101111

Color Harmonies of #9D8953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8953

Black with #9D8953

Text Example


Text Example

White with #9D8953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9D8953;
 }
 .AnyTagClassName
 {
   color: #9D8953;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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