Html Css Color HEX #9F7136 Buttered Rum

📋 copy color: '#9F7136'

red 159 ◦ green 113 ◦ blue 54

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

Shades of Buttered Rum #9F7136

Tints of Buttered Rum #9F7136

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.66%

 BLUE value IS 54 (21.48% from 255) = 16.56%

R = 48.77%
G = 34.66%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.66

 K value IS 0.38

RGB Variations

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

Color information

#9F7136 (or 0x9F7136) is known color: Buttered Rum. HEX triplet: 9F, 71 and 36. RGB value is (159,113,54). Sum of RGB (Red+Green+Blue) = 159+113+54=326 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.77% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7136 is #608EC9. Grayscale: #787878. Windows color (decimal): -6328010 or 3568031. OLE color: 3568031.

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

Color convert

RGB 159 113 54 -
CMYK 0 0.29 0.66 0.38
HSL 33.71º 0.49% 0.42% -
HSV(B) 33.71º 0.66% 0.62% -
XYZ 20.87 19.45 6.14 -
YUV 120.03 90.74 155.8 -
System Red Green Blue C M Y K H S L
Decimal 159 113 54 0 0.29 0.66 0.38 33.71 0.49 0.42
Hex 9F 71 36 0 1D 42 26 22 31 2A
Octal 237 161 66 0 35 102 46 42 61 52
Binary 10011111 1110001 110110 0 11101 1000010 100110 100010 110001 101010

Color Harmonies of #9F7136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7136

Black with #9F7136

Text Example


Text Example

White with #9F7136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,113,54); }

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

background-color css

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

 a { background-color: rgb(159,113,54); }

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

border-color css

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

 span { border-color: rgb(159,113,54); }

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