Html Css Color HEX #9F712E Buttered Rum

📋 copy color: '#9F712E'

red 159 ◦ green 113 ◦ blue 46

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

Shades of Buttered Rum #9F712E

Tints of Buttered Rum #9F712E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.53%

 BLUE value IS 46 (18.36% from 255) = 14.47%

R = 50%
G = 35.53%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.71

 K value IS 0.38

RGB Variations

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

Color information

#9F712E (or 0x9F712E) is known color: Buttered Rum. HEX triplet: 9F, 71 and 2E. RGB value is (159,113,46). Sum of RGB (Red+Green+Blue) = 159+113+46=318 (42% of max value = 765). Red value is 159 (62.5% from 255 or 50% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 46 (18.36% from 255 or 14.47% from 318); Max value from RGB is 159 - color contains mainly: red. Hex color #9F712E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F712E is #608ED1. Grayscale: #777777. Windows color (decimal): -6328018 or 3043743. OLE color: 3043743.

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

Color convert

RGB 159 113 46 -
CMYK 0 0.29 0.71 0.38
HSL 35.58º 0.55% 0.4% -
HSV(B) 35.58º 0.71% 0.62% -
XYZ 20.7 19.38 5.23 -
YUV 119.12 86.74 156.45 -
System Red Green Blue C M Y K H S L
Decimal 159 113 46 0 0.29 0.71 0.38 35.58 0.55 0.4
Hex 9F 71 2E 0 1D 47 26 24 37 28
Octal 237 161 56 0 35 107 46 44 67 50
Binary 10011111 1110001 101110 0 11101 1000111 100110 100100 110111 101000

Color Harmonies of #9F712E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F712E

Black with #9F712E

Text Example


Text Example

White with #9F712E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,113,46); }

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

background-color css

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

 a { background-color: rgb(159,113,46); }

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

border-color css

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

 span { border-color: rgb(159,113,46); }

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