Html Css Color HEX #9B7A36 Buttered Rum

📋 copy color: '#9B7A36'

red 155 ◦ green 122 ◦ blue 54

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

Shades of Buttered Rum #9B7A36

Tints of Buttered Rum #9B7A36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.31%

R = 46.83%
G = 36.86%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.39

RGB Variations

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

Color information

#9B7A36 (or 0x9B7A36) is known color: Buttered Rum. HEX triplet: 9B, 7A and 36. RGB value is (155,122,54). Sum of RGB (Red+Green+Blue) = 155+122+54=331 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.83% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 54 (21.48% from 255 or 16.31% from 331); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7A36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7A36 is #6485C9. Grayscale: #7C7C7C. Windows color (decimal): -6587850 or 3570331. OLE color: 3570331.

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

Color convert

RGB 155 122 54 -
CMYK 0 0.21 0.65 0.39
HSL 40.4º 0.48% 0.41% -
HSV(B) 40.4º 0.65% 0.61% -
XYZ 21.14 21.15 6.46 -
YUV 124.12 88.43 150.03 -
System Red Green Blue C M Y K H S L
Decimal 155 122 54 0 0.21 0.65 0.39 40.4 0.48 0.41
Hex 9B 7A 36 0 15 41 27 28 30 29
Octal 233 172 66 0 25 101 47 50 60 51
Binary 10011011 1111010 110110 0 10101 1000001 100111 101000 110000 101001

Color Harmonies of #9B7A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7A36

Black with #9B7A36

Text Example


Text Example

White with #9B7A36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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