Html Css Color HEX #9B8D52 Teak

📋 copy color: '#9B8D52'

red 155 ◦ green 141 ◦ blue 82

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

Shades of Teak #9B8D52

Tints of Teak #9B8D52

RGB

 RED value IS 155 (60.94% from 255) = 41.01%

 GREEN value IS 141 (55.47% from 255) = 37.3%

 BLUE value IS 82 (32.42% from 255) = 21.69%

R = 41.01%
G = 37.3%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.39

RGB Variations

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

Color information

#9B8D52 (or 0x9B8D52) is known color: Teak. HEX triplet: 9B, 8D and 52. RGB value is (155,141,82). Sum of RGB (Red+Green+Blue) = 155+141+82=378 (50% of max value = 765). Red value is 155 (60.94% from 255 or 41.01% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8D52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8D52 is #6472AD. Grayscale: #8A8A8A. Windows color (decimal): -6582958 or 5410203. OLE color: 5410203.

HSL color Cylindrical-coordinate representation of color #9B8D52: hue angle of 48.49º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9B8D52 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 141 82 -
CMYK 0 0.09 0.47 0.39
HSL 48.49º 0.31% 0.46% -
HSV(B) 48.49º 0.47% 0.61% -
XYZ 24.57 26.63 11.83 -
YUV 138.46 96.14 139.8 -
System Red Green Blue C M Y K H S L
Decimal 155 141 82 0 0.09 0.47 0.39 48.49 0.31 0.46
Hex 9B 8D 52 0 9 2F 27 30 1F 2E
Octal 233 215 122 0 11 57 47 60 37 56
Binary 10011011 10001101 1010010 0 1001 101111 100111 110000 11111 101110

Color Harmonies of #9B8D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8D52

Black with #9B8D52

Text Example


Text Example

White with #9B8D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,141,82); }

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

background-color css

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

 a { background-color: rgb(155,141,82); }

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

border-color css

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

 span { border-color: rgb(155,141,82); }

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