Html Css Color HEX #9F702C Buttered Rum

📋 copy color: '#9F702C'

red 159 ◦ green 112 ◦ blue 44

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

Shades of Buttered Rum #9F702C

Tints of Buttered Rum #9F702C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.97%

R = 50.48%
G = 35.56%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.72

 K value IS 0.38

RGB Variations

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

Color information

#9F702C (or 0x9F702C) is known color: Buttered Rum. HEX triplet: 9F, 70 and 2C. RGB value is (159,112,44). Sum of RGB (Red+Green+Blue) = 159+112+44=315 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.48% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 159 - color contains mainly: red. Hex color #9F702C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F702C is #608FD3. Grayscale: #767676. Windows color (decimal): -6328276 or 2912415. OLE color: 2912415.

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

Color convert

RGB 159 112 44 -
CMYK 0 0.30 0.72 0.38
HSL 35.48º 0.57% 0.4% -
HSV(B) 35.48º 0.72% 0.62% -
XYZ 20.55 19.14 4.99 -
YUV 118.3 86.07 157.03 -
System Red Green Blue C M Y K H S L
Decimal 159 112 44 0 0.30 0.72 0.38 35.48 0.57 0.4
Hex 9F 70 2C 0 1E 48 26 23 39 28
Octal 237 160 54 0 36 110 46 43 71 50
Binary 10011111 1110000 101100 0 11110 1001000 100110 100011 111001 101000

Color Harmonies of #9F702C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F702C

Black with #9F702C

Text Example


Text Example

White with #9F702C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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