Html Css Color HEX #9B7A2D Buttered Rum

📋 copy color: '#9B7A2D'

red 155 ◦ green 122 ◦ blue 45

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

Shades of Buttered Rum #9B7A2D

Tints of Buttered Rum #9B7A2D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.89%

 BLUE value IS 45 (17.97% from 255) = 13.98%

R = 48.14%
G = 37.89%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.71

 K value IS 0.39

RGB Variations

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

Color information

#9B7A2D (or 0x9B7A2D) is known color: Buttered Rum. HEX triplet: 9B, 7A and 2D. RGB value is (155,122,45). Sum of RGB (Red+Green+Blue) = 155+122+45=322 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.14% from 322); Green value is 122 (48.05% from 255 or 37.89% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7A2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7A2D is #6485D2. Grayscale: #7B7B7B. Windows color (decimal): -6587859 or 2980507. OLE color: 2980507.

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

Color convert

RGB 155 122 45 -
CMYK 0 0.21 0.71 0.39
HSL 42º 0.55% 0.39% -
HSV(B) 42º 0.71% 0.61% -
XYZ 20.95 21.08 5.45 -
YUV 123.09 83.93 150.76 -
System Red Green Blue C M Y K H S L
Decimal 155 122 45 0 0.21 0.71 0.39 42 0.55 0.39
Hex 9B 7A 2D 0 15 47 27 2A 37 27
Octal 233 172 55 0 25 107 47 52 67 47
Binary 10011011 1111010 101101 0 10101 1000111 100111 101010 110111 100111

Color Harmonies of #9B7A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7A2D

Black with #9B7A2D

Text Example


Text Example

White with #9B7A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,122,45); }

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

background-color css

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

 a { background-color: rgb(155,122,45); }

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

border-color css

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

 span { border-color: rgb(155,122,45); }

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