Html Css Color HEX #9F7536 Buttered Rum

📋 copy color: '#9F7536'

red 159 ◦ green 117 ◦ blue 54

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

Shades of Buttered Rum #9F7536

Tints of Buttered Rum #9F7536

RGB

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

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

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

R = 48.18%
G = 35.45%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.66

 K value IS 0.38

RGB Variations

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

Color information

#9F7536 (or 0x9F7536) is known color: Buttered Rum. HEX triplet: 9F, 75 and 36. RGB value is (159,117,54). Sum of RGB (Red+Green+Blue) = 159+117+54=330 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.18% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 54 (21.48% from 255 or 16.36% from 330); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7536 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7536 is #608AC9. Grayscale: #7A7A7A. Windows color (decimal): -6326986 or 3569055. OLE color: 3569055.

HSL color Cylindrical-coordinate representation of color #9F7536: hue angle of 36º 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 #9F7536 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 117 54 -
CMYK 0 0.26 0.66 0.38
HSL 36º 0.49% 0.42% -
HSV(B) 36º 0.66% 0.62% -
XYZ 21.33 20.36 6.3 -
YUV 122.38 89.41 154.12 -
System Red Green Blue C M Y K H S L
Decimal 159 117 54 0 0.26 0.66 0.38 36 0.49 0.42
Hex 9F 75 36 0 1A 42 26 24 31 2A
Octal 237 165 66 0 32 102 46 44 61 52
Binary 10011111 1110101 110110 0 11010 1000010 100110 100100 110001 101010

Color Harmonies of #9F7536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7536

Black with #9F7536

Text Example


Text Example

White with #9F7536

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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