Html Css Color HEX #9E762B Buttered Rum

📋 copy color: '#9E762B'

red 158 ◦ green 118 ◦ blue 43

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

Shades of Buttered Rum #9E762B

Tints of Buttered Rum #9E762B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.99%

 BLUE value IS 43 (17.19% from 255) = 13.48%

R = 49.53%
G = 36.99%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.38

RGB Variations

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

Color information

#9E762B (or 0x9E762B) is known color: Buttered Rum. HEX triplet: 9E, 76 and 2B. RGB value is (158,118,43). Sum of RGB (Red+Green+Blue) = 158+118+43=319 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.53% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 158 - color contains mainly: red. Hex color #9E762B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E762B is #6189D4. Grayscale: #797979. Windows color (decimal): -6392277 or 2848414. OLE color: 2848414.

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

Color convert

RGB 158 118 43 -
CMYK 0 0.25 0.73 0.38
HSL 39.13º 0.57% 0.39% -
HSV(B) 39.13º 0.73% 0.62% -
XYZ 21.02 20.4 5.12 -
YUV 121.41 83.75 154.1 -
System Red Green Blue C M Y K H S L
Decimal 158 118 43 0 0.25 0.73 0.38 39.13 0.57 0.39
Hex 9E 76 2B 0 19 49 26 27 39 27
Octal 236 166 53 0 31 111 46 47 71 47
Binary 10011110 1110110 101011 0 11001 1001001 100110 100111 111001 100111

Color Harmonies of #9E762B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E762B

Black with #9E762B

Text Example


Text Example

White with #9E762B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,118,43); }

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

background-color css

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

 a { background-color: rgb(158,118,43); }

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

border-color css

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

 span { border-color: rgb(158,118,43); }

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