#9D7B34

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

Shades of Buttered Rum #9D7B34

Tints of Buttered Rum #9D7B34

Color information

#9D7B34 (or 0x9D7B34) is unknown color: approx Buttered Rum. HEX triplet: 9D, 7B and 34. RGB value is (157,123,52). Sum of RGB (Red+Green+Blue) = 157+123+52=332 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.29% from 332); Green value is 123 (48.44% from 255 or 37.05% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7B34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7B34 is #6284CB. Grayscale: #7D7D7D. Windows color (decimal): -6456524 or 3439517. OLE color: 3439517.

HSL color Cylindrical-coordinate representation of color #9D7B34: hue angle of 40.57º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9D7B34 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.38.

Color convert

RGB15712352-
CMYK00.220.670.38
HSL40.57º50.24%40.98%-
HSV(B)40.57º66.88%61.57%-
XYZ21.6121.586.28-
YUV125.0786.76150.77-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.29%
GREEN value IS 123 (48.44% from 255) = 37.05%
BLUE value IS 52 (20.70% from 255) = 15.66%
R=47.29%
G=37.05%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571235200.220.670.3840.5750.2440.98
Hex9D7B340164326293229
Octal2351736402610346516251
Binary1001110111110111101000101101000011100110101001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,123,52); }

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

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

 a { background-color: rgb(157,123,52); }

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

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

 span { border-color: rgb(157,123,52); }

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