Html Css Color HEX #9E752F Buttered Rum

📋 copy color: '#9E752F'

red 158 ◦ green 117 ◦ blue 47

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

Shades of Buttered Rum #9E752F

Tints of Buttered Rum #9E752F

RGB

 RED value IS 158 (62.11% from 255) = 49.07%

 GREEN value IS 117 (46.09% from 255) = 36.34%

 BLUE value IS 47 (18.75% from 255) = 14.6%

R = 49.07%
G = 36.34%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.38

RGB Variations

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

Color information

#9E752F (or 0x9E752F) is known color: Buttered Rum. HEX triplet: 9E, 75 and 2F. RGB value is (158,117,47). Sum of RGB (Red+Green+Blue) = 158+117+47=322 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.07% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 158 - color contains mainly: red. Hex color #9E752F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E752F is #618AD0. Grayscale: #797979. Windows color (decimal): -6392529 or 3110302. OLE color: 3110302.

HSL color Cylindrical-coordinate representation of color #9E752F: hue angle of 37.84º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E752F is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 117 47 -
CMYK 0 0.26 0.70 0.38
HSL 37.84º 0.54% 0.4% -
HSV(B) 37.84º 0.7% 0.62% -
XYZ 20.97 20.2 5.48 -
YUV 121.28 86.08 154.19 -
System Red Green Blue C M Y K H S L
Decimal 158 117 47 0 0.26 0.70 0.38 37.84 0.54 0.4
Hex 9E 75 2F 0 1A 46 26 26 36 28
Octal 236 165 57 0 32 106 46 46 66 50
Binary 10011110 1110101 101111 0 11010 1000110 100110 100110 110110 101000

Color Harmonies of #9E752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E752F

Black with #9E752F

Text Example


Text Example

White with #9E752F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,117,47); }

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

background-color css

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

 a { background-color: rgb(158,117,47); }

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

border-color css

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

 span { border-color: rgb(158,117,47); }

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