Html Css Color HEX #9F7B34 Buttered Rum

📋 copy color: '#9F7B34'

red 159 ◦ green 123 ◦ blue 52

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

Shades of Buttered Rum #9F7B34

Tints of Buttered Rum #9F7B34

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.83%

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

R = 47.6%
G = 36.83%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.67

 K value IS 0.38

RGB Variations

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

Color information

#9F7B34 (or 0x9F7B34) is known color: Buttered Rum. HEX triplet: 9F, 7B and 34. RGB value is (159,123,52). Sum of RGB (Red+Green+Blue) = 159+123+52=334 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.60% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 52 (20.70% from 255 or 15.57% from 334); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7B34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7B34 is #6084CB. Grayscale: #7D7D7D. Windows color (decimal): -6325452 or 3439519. OLE color: 3439519.

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

Color convert

RGB 159 123 52 -
CMYK 0 0.23 0.67 0.38
HSL 39.81º 0.51% 0.41% -
HSV(B) 39.81º 0.67% 0.62% -
XYZ 22 21.78 6.29 -
YUV 125.67 86.43 151.77 -
System Red Green Blue C M Y K H S L
Decimal 159 123 52 0 0.23 0.67 0.38 39.81 0.51 0.41
Hex 9F 7B 34 0 17 43 26 28 33 29
Octal 237 173 64 0 27 103 46 50 63 51
Binary 10011111 1111011 110100 0 10111 1000011 100110 101000 110011 101001

Color Harmonies of #9F7B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7B34

Black with #9F7B34

Text Example


Text Example

White with #9F7B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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