Html Css Color HEX #9F7423 Buttered Rum

📋 copy color: '#9F7423'

red 159 ◦ green 116 ◦ blue 35

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

Shades of Buttered Rum #9F7423

Tints of Buttered Rum #9F7423

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.42%

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

R = 51.29%
G = 37.42%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.78

 K value IS 0.38

RGB Variations

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

Color information

#9F7423 (or 0x9F7423) is known color: Buttered Rum. HEX triplet: 9F, 74 and 23. RGB value is (159,116,35). Sum of RGB (Red+Green+Blue) = 159+116+35=310 (41% of max value = 765). Red value is 159 (62.5% from 255 or 51.29% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 35 (14.06% from 255 or 11.29% from 310); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7423 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7423 is #608BDC. Grayscale: #777777. Windows color (decimal): -6327261 or 2323615. OLE color: 2323615.

HSL color Cylindrical-coordinate representation of color #9F7423: hue angle of 39.19º 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 #9F7423 is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 116 35 -
CMYK 0 0.27 0.78 0.38
HSL 39.19º 0.64% 0.38% -
HSV(B) 39.19º 0.78% 0.62% -
XYZ 20.85 19.98 4.35 -
YUV 119.62 80.25 156.09 -
System Red Green Blue C M Y K H S L
Decimal 159 116 35 0 0.27 0.78 0.38 39.19 0.64 0.38
Hex 9F 74 23 0 1B 4E 26 27 40 26
Octal 237 164 43 0 33 116 46 47 100 46
Binary 10011111 1110100 100011 0 11011 1001110 100110 100111 1000000 100110

Color Harmonies of #9F7423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7423

Black with #9F7423

Text Example


Text Example

White with #9F7423

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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