Html Css Color HEX #9E7732 Buttered Rum

📋 copy color: '#9E7732'

red 158 ◦ green 119 ◦ blue 50

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

Shades of Buttered Rum #9E7732

Tints of Buttered Rum #9E7732

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.39%

 BLUE value IS 50 (19.92% from 255) = 15.29%

R = 48.32%
G = 36.39%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.38

RGB Variations

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

Color information

#9E7732 (or 0x9E7732) is known color: Buttered Rum. HEX triplet: 9E, 77 and 32. RGB value is (158,119,50). Sum of RGB (Red+Green+Blue) = 158+119+50=327 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.32% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 50 (19.92% from 255 or 15.29% from 327); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7732 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7732 is #6188CD. Grayscale: #7B7B7B. Windows color (decimal): -6392014 or 3307422. OLE color: 3307422.

HSL color Cylindrical-coordinate representation of color #9E7732: hue angle of 38.33º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E7732 is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 119 50 -
CMYK 0 0.25 0.68 0.38
HSL 38.33º 0.52% 0.41% -
HSV(B) 38.33º 0.68% 0.62% -
XYZ 21.27 20.69 5.89 -
YUV 122.8 86.92 153.11 -
System Red Green Blue C M Y K H S L
Decimal 158 119 50 0 0.25 0.68 0.38 38.33 0.52 0.41
Hex 9E 77 32 0 19 44 26 26 34 29
Octal 236 167 62 0 31 104 46 46 64 51
Binary 10011110 1110111 110010 0 11001 1000100 100110 100110 110100 101001

Color Harmonies of #9E7732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7732

Black with #9E7732

Text Example


Text Example

White with #9E7732

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,119,50); }

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

background-color css

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

 a { background-color: rgb(158,119,50); }

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

border-color css

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

 span { border-color: rgb(158,119,50); }

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