Html Css Color HEX #9F732A Buttered Rum

📋 copy color: '#9F732A'

red 159 ◦ green 115 ◦ blue 42

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

Shades of Buttered Rum #9F732A

Tints of Buttered Rum #9F732A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.39%

 BLUE value IS 42 (16.8% from 255) = 13.29%

R = 50.32%
G = 36.39%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.74

 K value IS 0.38

RGB Variations

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

Color information

#9F732A (or 0x9F732A) is known color: Buttered Rum. HEX triplet: 9F, 73 and 2A. RGB value is (159,115,42). Sum of RGB (Red+Green+Blue) = 159+115+42=316 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.32% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 159 - color contains mainly: red. Hex color #9F732A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F732A is #608CD5. Grayscale: #787878. Windows color (decimal): -6327510 or 2782111. OLE color: 2782111.

HSL color Cylindrical-coordinate representation of color #9F732A: hue angle of 37.44º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9F732A is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 115 42 -
CMYK 0 0.28 0.74 0.38
HSL 37.44º 0.58% 0.39% -
HSV(B) 37.44º 0.74% 0.62% -
XYZ 20.85 19.8 4.91 -
YUV 119.83 84.08 155.94 -
System Red Green Blue C M Y K H S L
Decimal 159 115 42 0 0.28 0.74 0.38 37.44 0.58 0.39
Hex 9F 73 2A 0 1C 4A 26 25 3A 27
Octal 237 163 52 0 34 112 46 45 72 47
Binary 10011111 1110011 101010 0 11100 1001010 100110 100101 111010 100111

Color Harmonies of #9F732A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F732A

Black with #9F732A

Text Example


Text Example

White with #9F732A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,115,42); }

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

background-color css

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

 a { background-color: rgb(159,115,42); }

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

border-color css

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

 span { border-color: rgb(159,115,42); }

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