Html Css Color HEX #9F752D Buttered Rum

📋 copy color: '#9F752D'

red 159 ◦ green 117 ◦ blue 45

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

Shades of Buttered Rum #9F752D

Tints of Buttered Rum #9F752D

RGB

 RED value IS 159 (62.5% from 255) = 49.53%

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

 BLUE value IS 45 (17.97% from 255) = 14.02%

R = 49.53%
G = 36.45%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.72

 K value IS 0.38

RGB Variations

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

Color information

#9F752D (or 0x9F752D) is known color: Buttered Rum. HEX triplet: 9F, 75 and 2D. RGB value is (159,117,45). Sum of RGB (Red+Green+Blue) = 159+117+45=321 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.53% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 159 - color contains mainly: red. Hex color #9F752D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F752D is #608AD2. Grayscale: #797979. Windows color (decimal): -6326995 or 2979231. OLE color: 2979231.

HSL color Cylindrical-coordinate representation of color #9F752D: hue angle of 37.89º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F752D is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 117 45 -
CMYK 0 0.26 0.72 0.38
HSL 37.89º 0.56% 0.4% -
HSV(B) 37.89º 0.72% 0.62% -
XYZ 21.13 20.28 5.28 -
YUV 121.35 84.91 154.85 -
System Red Green Blue C M Y K H S L
Decimal 159 117 45 0 0.26 0.72 0.38 37.89 0.56 0.4
Hex 9F 75 2D 0 1A 48 26 26 38 28
Octal 237 165 55 0 32 110 46 46 70 50
Binary 10011111 1110101 101101 0 11010 1001000 100110 100110 111000 101000

Color Harmonies of #9F752D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F752D

Black with #9F752D

Text Example


Text Example

White with #9F752D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,117,45); }

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

background-color css

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

 a { background-color: rgb(159,117,45); }

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

border-color css

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

 span { border-color: rgb(159,117,45); }

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