Html Css Color HEX #9E762C Buttered Rum

📋 copy color: '#9E762C'

red 158 ◦ green 118 ◦ blue 44

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

Shades of Buttered Rum #9E762C

Tints of Buttered Rum #9E762C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.75%

R = 49.38%
G = 36.88%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.72

 K value IS 0.38

RGB Variations

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

Color information

#9E762C (or 0x9E762C) is known color: Buttered Rum. HEX triplet: 9E, 76 and 2C. RGB value is (158,118,44). Sum of RGB (Red+Green+Blue) = 158+118+44=320 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.38% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 44 (17.58% from 255 or 13.75% from 320); Max value from RGB is 158 - color contains mainly: red. Hex color #9E762C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E762C is #6189D3. Grayscale: #797979. Windows color (decimal): -6392276 or 2913950. OLE color: 2913950.

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

Color convert

RGB 158 118 44 -
CMYK 0 0.25 0.72 0.38
HSL 38.95º 0.56% 0.4% -
HSV(B) 38.95º 0.72% 0.62% -
XYZ 21.03 20.41 5.21 -
YUV 121.52 84.25 154.02 -
System Red Green Blue C M Y K H S L
Decimal 158 118 44 0 0.25 0.72 0.38 38.95 0.56 0.4
Hex 9E 76 2C 0 19 48 26 27 38 28
Octal 236 166 54 0 31 110 46 47 70 50
Binary 10011110 1110110 101100 0 11001 1001000 100110 100111 111000 101000

Color Harmonies of #9E762C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E762C

Black with #9E762C

Text Example


Text Example

White with #9E762C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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