Html Css Color HEX #9B782C Buttered Rum

📋 copy color: '#9B782C'

red 155 ◦ green 120 ◦ blue 44

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

Shades of Buttered Rum #9B782C

Tints of Buttered Rum #9B782C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.62%

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

R = 48.59%
G = 37.62%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#9B782C (or 0x9B782C) is known color: Buttered Rum. HEX triplet: 9B, 78 and 2C. RGB value is (155,120,44). Sum of RGB (Red+Green+Blue) = 155+120+44=319 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.59% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 155 - color contains mainly: red. Hex color #9B782C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B782C is #6487D3. Grayscale: #7A7A7A. Windows color (decimal): -6588372 or 2914459. OLE color: 2914459.

HSL color Cylindrical-coordinate representation of color #9B782C: hue angle of 41.08º 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 #9B782C is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 120 44 -
CMYK 0 0.23 0.72 0.39
HSL 41.08º 0.56% 0.39% -
HSV(B) 41.08º 0.72% 0.61% -
XYZ 20.69 20.58 5.27 -
YUV 121.8 84.1 151.68 -
System Red Green Blue C M Y K H S L
Decimal 155 120 44 0 0.23 0.72 0.39 41.08 0.56 0.39
Hex 9B 78 2C 0 17 48 27 29 38 27
Octal 233 170 54 0 27 110 47 51 70 47
Binary 10011011 1111000 101100 0 10111 1001000 100111 101001 111000 100111

Color Harmonies of #9B782C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B782C

Black with #9B782C

Text Example


Text Example

White with #9B782C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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