Html Css Color HEX #9D7540 Buttered Rum

📋 copy color: '#9D7540'

red 157 ◦ green 117 ◦ blue 64

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

Shades of Buttered Rum #9D7540

Tints of Buttered Rum #9D7540

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.62%

 BLUE value IS 64 (25.39% from 255) = 18.93%

R = 46.45%
G = 34.62%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#9D7540 (or 0x9D7540) is known color: Buttered Rum. HEX triplet: 9D, 75 and 40. RGB value is (157,117,64). Sum of RGB (Red+Green+Blue) = 157+117+64=338 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.45% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7540 is #628ABF. Grayscale: #7B7B7B. Windows color (decimal): -6458048 or 4224413. OLE color: 4224413.

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

Color convert

RGB 157 117 64 -
CMYK 0 0.25 0.59 0.38
HSL 34.19º 0.42% 0.43% -
HSV(B) 34.19º 0.59% 0.62% -
XYZ 21.19 20.26 7.64 -
YUV 122.92 94.75 152.31 -
System Red Green Blue C M Y K H S L
Decimal 157 117 64 0 0.25 0.59 0.38 34.19 0.42 0.43
Hex 9D 75 40 0 19 3B 26 22 2A 2B
Octal 235 165 100 0 31 73 46 42 52 53
Binary 10011101 1110101 1000000 0 11001 111011 100110 100010 101010 101011

Color Harmonies of #9D7540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7540

Black with #9D7540

Text Example


Text Example

White with #9D7540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,117,64); }

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

background-color css

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

 a { background-color: rgb(157,117,64); }

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

border-color css

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

 span { border-color: rgb(157,117,64); }

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