Html Css Color HEX #9B7A30 Buttered Rum

📋 copy color: '#9B7A30'

red 155 ◦ green 122 ◦ blue 48

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

Shades of Buttered Rum #9B7A30

Tints of Buttered Rum #9B7A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.77%

R = 47.69%
G = 37.54%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.39

RGB Variations

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

Color information

#9B7A30 (or 0x9B7A30) is known color: Buttered Rum. HEX triplet: 9B, 7A and 30. RGB value is (155,122,48). Sum of RGB (Red+Green+Blue) = 155+122+48=325 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.69% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7A30 is #6485CF. Grayscale: #7B7B7B. Windows color (decimal): -6587856 or 3177115. OLE color: 3177115.

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

Color convert

RGB 155 122 48 -
CMYK 0 0.21 0.69 0.39
HSL 41.5º 0.53% 0.4% -
HSV(B) 41.5º 0.69% 0.61% -
XYZ 21.01 21.1 5.76 -
YUV 123.43 85.43 150.52 -
System Red Green Blue C M Y K H S L
Decimal 155 122 48 0 0.21 0.69 0.39 41.5 0.53 0.4
Hex 9B 7A 30 0 15 45 27 29 35 28
Octal 233 172 60 0 25 105 47 51 65 50
Binary 10011011 1111010 110000 0 10101 1000101 100111 101001 110101 101000

Color Harmonies of #9B7A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7A30

Black with #9B7A30

Text Example


Text Example

White with #9B7A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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