Html Css Color HEX #9F7A34 Buttered Rum

📋 copy color: '#9F7A34'

red 159 ◦ green 122 ◦ blue 52

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

Shades of Buttered Rum #9F7A34

Tints of Buttered Rum #9F7A34

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.64%

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

R = 47.75%
G = 36.64%
B = 15.62%

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

#9F7A34 (or 0x9F7A34) is known color: Buttered Rum. HEX triplet: 9F, 7A and 34. RGB value is (159,122,52). Sum of RGB (Red+Green+Blue) = 159+122+52=333 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.75% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 52 (20.70% from 255 or 15.62% from 333); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7A34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7A34 is #6085CB. Grayscale: #7D7D7D. Windows color (decimal): -6325708 or 3439263. OLE color: 3439263.

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

Color convert

RGB 159 122 52 -
CMYK 0 0.23 0.67 0.38
HSL 39.25º 0.51% 0.41% -
HSV(B) 39.25º 0.67% 0.62% -
XYZ 21.88 21.54 6.25 -
YUV 125.08 86.76 152.19 -
System Red Green Blue C M Y K H S L
Decimal 159 122 52 0 0.23 0.67 0.38 39.25 0.51 0.41
Hex 9F 7A 34 0 17 43 26 27 33 29
Octal 237 172 64 0 27 103 46 47 63 51
Binary 10011111 1111010 110100 0 10111 1000011 100110 100111 110011 101001

Color Harmonies of #9F7A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7A34

Black with #9F7A34

Text Example


Text Example

White with #9F7A34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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