Html Css Color HEX #9F7034 Buttered Rum

📋 copy color: '#9F7034'

red 159 ◦ green 112 ◦ blue 52

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

Shades of Buttered Rum #9F7034

Tints of Buttered Rum #9F7034

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.67%

 BLUE value IS 52 (20.7% from 255) = 16.1%

R = 49.23%
G = 34.67%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.67

 K value IS 0.38

RGB Variations

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

Color information

#9F7034 (or 0x9F7034) is known color: Buttered Rum. HEX triplet: 9F, 70 and 34. RGB value is (159,112,52). Sum of RGB (Red+Green+Blue) = 159+112+52=323 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.23% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7034 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7034 is #608FCB. Grayscale: #777777. Windows color (decimal): -6328268 or 3436703. OLE color: 3436703.

HSL color Cylindrical-coordinate representation of color #9F7034: hue angle of 33.64º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F7034 is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 112 52 -
CMYK 0 0.30 0.67 0.38
HSL 33.64º 0.51% 0.41% -
HSV(B) 33.64º 0.67% 0.62% -
XYZ 20.71 19.21 5.86 -
YUV 119.21 90.07 156.38 -
System Red Green Blue C M Y K H S L
Decimal 159 112 52 0 0.30 0.67 0.38 33.64 0.51 0.41
Hex 9F 70 34 0 1E 43 26 22 33 29
Octal 237 160 64 0 36 103 46 42 63 51
Binary 10011111 1110000 110100 0 11110 1000011 100110 100010 110011 101001

Color Harmonies of #9F7034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7034

Black with #9F7034

Text Example


Text Example

White with #9F7034

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,112,52); }

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

background-color css

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

 a { background-color: rgb(159,112,52); }

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

border-color css

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

 span { border-color: rgb(159,112,52); }

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