Html Css Color HEX #9B762C Buttered Rum

📋 copy color: '#9B762C'

red 155 ◦ green 118 ◦ blue 44

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

Shades of Buttered Rum #9B762C

Tints of Buttered Rum #9B762C

RGB

 RED value IS 155 (60.94% from 255) = 48.9%

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

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

R = 48.9%
G = 37.22%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#9B762C (or 0x9B762C) is known color: Buttered Rum. HEX triplet: 9B, 76 and 2C. RGB value is (155,118,44). Sum of RGB (Red+Green+Blue) = 155+118+44=317 (41% of max value = 765). Red value is 155 (60.94% from 255 or 48.90% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 44 (17.58% from 255 or 13.88% from 317); Max value from RGB is 155 - color contains mainly: red. Hex color #9B762C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B762C is #6489D3. Grayscale: #787878. Windows color (decimal): -6588884 or 2913947. OLE color: 2913947.

HSL color Cylindrical-coordinate representation of color #9B762C: hue angle of 40º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B762C is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 118 44 -
CMYK 0 0.24 0.72 0.39
HSL 40º 0.56% 0.39% -
HSV(B) 40º 0.72% 0.61% -
XYZ 20.45 20.11 5.19 -
YUV 120.63 84.76 152.52 -
System Red Green Blue C M Y K H S L
Decimal 155 118 44 0 0.24 0.72 0.39 40 0.56 0.39
Hex 9B 76 2C 0 18 48 27 28 38 27
Octal 233 166 54 0 30 110 47 50 70 47
Binary 10011011 1110110 101100 0 11000 1001000 100111 101000 111000 100111

Color Harmonies of #9B762C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B762C

Black with #9B762C

Text Example


Text Example

White with #9B762C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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