Html Css Color HEX #9B7A3B Buttered Rum

📋 copy color: '#9B7A3B'

red 155 ◦ green 122 ◦ blue 59

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

Shades of Buttered Rum #9B7A3B

Tints of Buttered Rum #9B7A3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.56%

R = 46.13%
G = 36.31%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.39

RGB Variations

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

Color information

#9B7A3B (or 0x9B7A3B) is known color: Buttered Rum. HEX triplet: 9B, 7A and 3B. RGB value is (155,122,59). Sum of RGB (Red+Green+Blue) = 155+122+59=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 59 (23.44% from 255 or 17.56% from 336); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7A3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7A3B is #6485C4. Grayscale: #7C7C7C. Windows color (decimal): -6587845 or 3898011. OLE color: 3898011.

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

Color convert

RGB 155 122 59 -
CMYK 0 0.21 0.62 0.39
HSL 39.38º 0.45% 0.42% -
HSV(B) 39.38º 0.62% 0.61% -
XYZ 21.27 21.2 7.11 -
YUV 124.69 90.93 149.62 -
System Red Green Blue C M Y K H S L
Decimal 155 122 59 0 0.21 0.62 0.39 39.38 0.45 0.42
Hex 9B 7A 3B 0 15 3E 27 27 2D 2A
Octal 233 172 73 0 25 76 47 47 55 52
Binary 10011011 1111010 111011 0 10101 111110 100111 100111 101101 101010

Color Harmonies of #9B7A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7A3B

Black with #9B7A3B

Text Example


Text Example

White with #9B7A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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