Html Css Color HEX #9F742A Buttered Rum

📋 copy color: '#9F742A'

red 159 ◦ green 116 ◦ blue 42

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

Shades of Buttered Rum #9F742A

Tints of Buttered Rum #9F742A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.25%

R = 50.16%
G = 36.59%
B = 13.25%

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

#9F742A (or 0x9F742A) is known color: Buttered Rum. HEX triplet: 9F, 74 and 2A. RGB value is (159,116,42). Sum of RGB (Red+Green+Blue) = 159+116+42=317 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.16% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 42 (16.80% from 255 or 13.25% from 317); Max value from RGB is 159 - color contains mainly: red. Hex color #9F742A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F742A is #608BD5. Grayscale: #787878. Windows color (decimal): -6327254 or 2782367. OLE color: 2782367.

HSL color Cylindrical-coordinate representation of color #9F742A: hue angle of 37.95º degrees, saturation: 0.58, 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 #9F742A is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 116 42 -
CMYK 0 0.27 0.74 0.38
HSL 37.95º 0.58% 0.39% -
HSV(B) 37.95º 0.74% 0.62% -
XYZ 20.96 20.03 4.95 -
YUV 120.42 83.75 155.52 -
System Red Green Blue C M Y K H S L
Decimal 159 116 42 0 0.27 0.74 0.38 37.95 0.58 0.39
Hex 9F 74 2A 0 1B 4A 26 26 3A 27
Octal 237 164 52 0 33 112 46 46 72 47
Binary 10011111 1110100 101010 0 11011 1001010 100110 100110 111010 100111

Color Harmonies of #9F742A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F742A

Black with #9F742A

Text Example


Text Example

White with #9F742A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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