Html Css Color HEX #9E7120 Buttered Rum

📋 copy color: '#9E7120'

red 158 ◦ green 113 ◦ blue 32

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

Shades of Buttered Rum #9E7120

Tints of Buttered Rum #9E7120

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.29%

 BLUE value IS 32 (12.89% from 255) = 10.56%

R = 52.15%
G = 37.29%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#9E7120 (or 0x9E7120) is known color: Buttered Rum. HEX triplet: 9E, 71 and 20. RGB value is (158,113,32). Sum of RGB (Red+Green+Blue) = 158+113+32=303 (40% of max value = 765). Red value is 158 (62.11% from 255 or 52.15% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7120 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7120 is #618EDF. Grayscale: #757575. Windows color (decimal): -6393568 or 2126238. OLE color: 2126238.

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

Color convert

RGB 158 113 32 -
CMYK 0 0.28 0.80 0.38
HSL 38.57º 0.66% 0.37% -
HSV(B) 38.57º 0.8% 0.62% -
XYZ 20.27 19.18 4 -
YUV 117.22 79.91 157.09 -
System Red Green Blue C M Y K H S L
Decimal 158 113 32 0 0.28 0.80 0.38 38.57 0.66 0.37
Hex 9E 71 20 0 1C 50 26 27 42 25
Octal 236 161 40 0 34 120 46 47 102 45
Binary 10011110 1110001 100000 0 11100 1010000 100110 100111 1000010 100101

Color Harmonies of #9E7120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7120

Black with #9E7120

Text Example


Text Example

White with #9E7120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,113,32); }

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

background-color css

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

 a { background-color: rgb(158,113,32); }

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

border-color css

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

 span { border-color: rgb(158,113,32); }

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