Html Css Color HEX #9F7223 Buttered Rum

📋 copy color: '#9F7223'

red 159 ◦ green 114 ◦ blue 35

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

Shades of Buttered Rum #9F7223

Tints of Buttered Rum #9F7223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.36%

R = 51.62%
G = 37.01%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.38

RGB Variations

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

Color information

#9F7223 (or 0x9F7223) is known color: Buttered Rum. HEX triplet: 9F, 72 and 23. RGB value is (159,114,35). Sum of RGB (Red+Green+Blue) = 159+114+35=308 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.62% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 35 (14.06% from 255 or 11.36% from 308); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7223 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7223 is #608DDC. Grayscale: #767676. Windows color (decimal): -6327773 or 2323103. OLE color: 2323103.

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

Color convert

RGB 159 114 35 -
CMYK 0 0.28 0.78 0.38
HSL 38.23º 0.64% 0.38% -
HSV(B) 38.23º 0.78% 0.62% -
XYZ 20.62 19.53 4.27 -
YUV 118.45 80.91 156.92 -
System Red Green Blue C M Y K H S L
Decimal 159 114 35 0 0.28 0.78 0.38 38.23 0.64 0.38
Hex 9F 72 23 0 1C 4E 26 26 40 26
Octal 237 162 43 0 34 116 46 46 100 46
Binary 10011111 1110010 100011 0 11100 1001110 100110 100110 1000000 100110

Color Harmonies of #9F7223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7223

Black with #9F7223

Text Example


Text Example

White with #9F7223

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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