Html Css Color HEX #9F702B Buttered Rum

📋 copy color: '#9F702B'

red 159 ◦ green 112 ◦ blue 43

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

Shades of Buttered Rum #9F702B

Tints of Buttered Rum #9F702B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.69%

R = 50.64%
G = 35.67%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.73

 K value IS 0.38

RGB Variations

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

Color information

#9F702B (or 0x9F702B) is known color: Buttered Rum. HEX triplet: 9F, 70 and 2B. RGB value is (159,112,43). Sum of RGB (Red+Green+Blue) = 159+112+43=314 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.64% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 159 - color contains mainly: red. Hex color #9F702B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F702B is #608FD4. Grayscale: #767676. Windows color (decimal): -6328277 or 2846879. OLE color: 2846879.

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

Color convert

RGB 159 112 43 -
CMYK 0 0.30 0.73 0.38
HSL 35.69º 0.57% 0.4% -
HSV(B) 35.69º 0.73% 0.62% -
XYZ 20.53 19.13 4.9 -
YUV 118.19 85.57 157.11 -
System Red Green Blue C M Y K H S L
Decimal 159 112 43 0 0.30 0.73 0.38 35.69 0.57 0.4
Hex 9F 70 2B 0 1E 49 26 24 39 28
Octal 237 160 53 0 36 111 46 44 71 50
Binary 10011111 1110000 101011 0 11110 1001001 100110 100100 111001 101000

Color Harmonies of #9F702B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F702B

Black with #9F702B

Text Example


Text Example

White with #9F702B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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