Html Css Color HEX #9F721E Buttered Rum

📋 copy color: '#9F721E'

red 159 ◦ green 114 ◦ blue 30

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

Shades of Buttered Rum #9F721E

Tints of Buttered Rum #9F721E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.62%

 BLUE value IS 30 (12.11% from 255) = 9.9%

R = 52.48%
G = 37.62%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#9F721E (or 0x9F721E) is known color: Buttered Rum. HEX triplet: 9F, 72 and 1E. RGB value is (159,114,30). Sum of RGB (Red+Green+Blue) = 159+114+30=303 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.48% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 159 - color contains mainly: red. Hex color #9F721E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F721E is #608DE1. Grayscale: #767676. Windows color (decimal): -6327778 or 1995423. OLE color: 1995423.

HSL color Cylindrical-coordinate representation of color #9F721E: hue angle of 39.07º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F721E is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 114 30 -
CMYK 0 0.28 0.81 0.38
HSL 39.07º 0.68% 0.37% -
HSV(B) 39.07º 0.81% 0.62% -
XYZ 20.55 19.5 3.91 -
YUV 117.88 78.41 157.33 -
System Red Green Blue C M Y K H S L
Decimal 159 114 30 0 0.28 0.81 0.38 39.07 0.68 0.37
Hex 9F 72 1E 0 1C 51 26 27 44 25
Octal 237 162 36 0 34 121 46 47 104 45
Binary 10011111 1110010 11110 0 11100 1010001 100110 100111 1000100 100101

Color Harmonies of #9F721E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F721E

Black with #9F721E

Text Example


Text Example

White with #9F721E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,114,30); }

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

background-color css

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

 a { background-color: rgb(159,114,30); }

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

border-color css

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

 span { border-color: rgb(159,114,30); }

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