Html Css Color HEX #9F7222 Buttered Rum

📋 copy color: '#9F7222'

red 159 ◦ green 114 ◦ blue 34

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

Shades of Buttered Rum #9F7222

Tints of Buttered Rum #9F7222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.07%

R = 51.79%
G = 37.13%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.38

RGB Variations

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

Color information

#9F7222 (or 0x9F7222) is known color: Buttered Rum. HEX triplet: 9F, 72 and 22. RGB value is (159,114,34). Sum of RGB (Red+Green+Blue) = 159+114+34=307 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.79% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 34 (13.67% from 255 or 11.07% from 307); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7222 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7222 is #608DDD. Grayscale: #767676. Windows color (decimal): -6327774 or 2257567. OLE color: 2257567.

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

Color convert

RGB 159 114 34 -
CMYK 0 0.28 0.79 0.38
HSL 38.4º 0.65% 0.38% -
HSV(B) 38.4º 0.79% 0.62% -
XYZ 20.6 19.52 4.2 -
YUV 118.34 80.41 157 -
System Red Green Blue C M Y K H S L
Decimal 159 114 34 0 0.28 0.79 0.38 38.4 0.65 0.38
Hex 9F 72 22 0 1C 4F 26 26 41 26
Octal 237 162 42 0 34 117 46 46 101 46
Binary 10011111 1110010 100010 0 11100 1001111 100110 100110 1000001 100110

Color Harmonies of #9F7222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7222

Black with #9F7222

Text Example


Text Example

White with #9F7222

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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