Html Css Color HEX #9F7B38 Buttered Rum

📋 copy color: '#9F7B38'

red 159 ◦ green 123 ◦ blue 56

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

Shades of Buttered Rum #9F7B38

Tints of Buttered Rum #9F7B38

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.39%

 BLUE value IS 56 (22.27% from 255) = 16.57%

R = 47.04%
G = 36.39%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.38

RGB Variations

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

Color information

#9F7B38 (or 0x9F7B38) is known color: Buttered Rum. HEX triplet: 9F, 7B and 38. RGB value is (159,123,56). Sum of RGB (Red+Green+Blue) = 159+123+56=338 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.04% from 338); Green value is 123 (48.44% from 255 or 36.39% from 338); Blue value is 56 (22.27% from 255 or 16.57% from 338); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7B38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7B38 is #6084C7. Grayscale: #7E7E7E. Windows color (decimal): -6325448 or 3701663. OLE color: 3701663.

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

Color convert

RGB 159 123 56 -
CMYK 0 0.23 0.65 0.38
HSL 39.03º 0.48% 0.42% -
HSV(B) 39.03º 0.65% 0.62% -
XYZ 22.09 21.82 6.79 -
YUV 126.13 88.43 151.45 -
System Red Green Blue C M Y K H S L
Decimal 159 123 56 0 0.23 0.65 0.38 39.03 0.48 0.42
Hex 9F 7B 38 0 17 41 26 27 30 2A
Octal 237 173 70 0 27 101 46 47 60 52
Binary 10011111 1111011 111000 0 10111 1000001 100110 100111 110000 101010

Color Harmonies of #9F7B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7B38

Black with #9F7B38

Text Example


Text Example

White with #9F7B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,123,56); }

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

background-color css

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

 a { background-color: rgb(159,123,56); }

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

border-color css

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

 span { border-color: rgb(159,123,56); }

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