#9D763A

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

Shades of Buttered Rum #9D763A

Tints of Buttered Rum #9D763A

Color information

#9D763A (or 0x9D763A) is unknown color: approx Buttered Rum. HEX triplet: 9D, 76 and 3A. RGB value is (157,118,58). Sum of RGB (Red+Green+Blue) = 157+118+58=333 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.15% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 157 - color contains mainly: red. Hex color #9D763A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D763A is #6289C5. Grayscale: #7B7B7B. Windows color (decimal): -6457798 or 3831453. OLE color: 3831453.

HSL color Cylindrical-coordinate representation of color #9D763A: hue angle of 36.36º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9D763A is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.38.

Color convert

RGB15711858-
CMYK00.250.630.38
HSL36.36º46.05%42.16%-
HSV(B)36.36º63.06%61.57%-
XYZ21.1520.436.83-
YUV122.8291.42152.38-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.15%
GREEN value IS 118 (46.48% from 255) = 35.44%
BLUE value IS 58 (23.05% from 255) = 17.42%
R=47.15%
G=35.44%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.63
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571185800.250.630.3836.3646.0542.16
Hex9D763A0193F26242e2a
Octal235166720317746445652
Binary100111011110110111010011001111111100110100100101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D763A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,118,58); }

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

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

 a { background-color: rgb(157,118,58); }

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

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

 span { border-color: rgb(157,118,58); }

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