Html Css Color HEX #9F7429 Buttered Rum

📋 copy color: '#9F7429'

red 159 ◦ green 116 ◦ blue 41

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

Shades of Buttered Rum #9F7429

Tints of Buttered Rum #9F7429

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.71%

 BLUE value IS 41 (16.41% from 255) = 12.97%

R = 50.32%
G = 36.71%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.74

 K value IS 0.38

RGB Variations

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

Color information

#9F7429 (or 0x9F7429) is known color: Buttered Rum. HEX triplet: 9F, 74 and 29. RGB value is (159,116,41). Sum of RGB (Red+Green+Blue) = 159+116+41=316 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.32% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 41 (16.41% from 255 or 12.97% from 316); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7429 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7429 is #608BD6. Grayscale: #787878. Windows color (decimal): -6327255 or 2716831. OLE color: 2716831.

HSL color Cylindrical-coordinate representation of color #9F7429: hue angle of 38.14º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9F7429 is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 116 41 -
CMYK 0 0.27 0.74 0.38
HSL 38.14º 0.59% 0.39% -
HSV(B) 38.14º 0.74% 0.62% -
XYZ 20.94 20.02 4.86 -
YUV 120.31 83.25 155.6 -
System Red Green Blue C M Y K H S L
Decimal 159 116 41 0 0.27 0.74 0.38 38.14 0.59 0.39
Hex 9F 74 29 0 1B 4A 26 26 3B 27
Octal 237 164 51 0 33 112 46 46 73 47
Binary 10011111 1110100 101001 0 11011 1001010 100110 100110 111011 100111

Color Harmonies of #9F7429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7429

Black with #9F7429

Text Example


Text Example

White with #9F7429

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,116,41); }

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

background-color css

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

 a { background-color: rgb(159,116,41); }

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

border-color css

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

 span { border-color: rgb(159,116,41); }

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