Html Css Color HEX #9E7D3B Buttered Rum

📋 copy color: '#9E7D3B'

red 158 ◦ green 125 ◦ blue 59

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

Shades of Buttered Rum #9E7D3B

Tints of Buttered Rum #9E7D3B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.55%

 BLUE value IS 59 (23.44% from 255) = 17.25%

R = 46.2%
G = 36.55%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.63

 K value IS 0.38

RGB Variations

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

Color information

#9E7D3B (or 0x9E7D3B) is known color: Buttered Rum. HEX triplet: 9E, 7D and 3B. RGB value is (158,125,59). Sum of RGB (Red+Green+Blue) = 158+125+59=342 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.20% from 342); Green value is 125 (49.22% from 255 or 36.55% from 342); Blue value is 59 (23.44% from 255 or 17.25% from 342); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7D3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7D3B is #6182C4. Grayscale: #7F7F7F. Windows color (decimal): -6390469 or 3898782. OLE color: 3898782.

HSL color Cylindrical-coordinate representation of color #9E7D3B: hue angle of 40º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9E7D3B is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 125 59 -
CMYK 0 0.21 0.63 0.38
HSL 40º 0.46% 0.43% -
HSV(B) 40º 0.63% 0.62% -
XYZ 22.22 22.25 7.26 -
YUV 127.34 89.43 149.87 -
System Red Green Blue C M Y K H S L
Decimal 158 125 59 0 0.21 0.63 0.38 40 0.46 0.43
Hex 9E 7D 3B 0 15 3F 26 28 2E 2B
Octal 236 175 73 0 25 77 46 50 56 53
Binary 10011110 1111101 111011 0 10101 111111 100110 101000 101110 101011

Color Harmonies of #9E7D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7D3B

Black with #9E7D3B

Text Example


Text Example

White with #9E7D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,125,59); }

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

background-color css

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

 a { background-color: rgb(158,125,59); }

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

border-color css

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

 span { border-color: rgb(158,125,59); }

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