Html Css Color HEX #9B7526 Buttered Rum

📋 copy color: '#9B7526'

red 155 ◦ green 117 ◦ blue 38

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

Shades of Buttered Rum #9B7526

Tints of Buttered Rum #9B7526

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.74%

 BLUE value IS 38 (15.23% from 255) = 12.26%

R = 50%
G = 37.74%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.39

RGB Variations

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

Color information

#9B7526 (or 0x9B7526) is known color: Buttered Rum. HEX triplet: 9B, 75 and 26. RGB value is (155,117,38). Sum of RGB (Red+Green+Blue) = 155+117+38=310 (41% of max value = 765). Red value is 155 (60.94% from 255 or 50% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 38 (15.23% from 255 or 12.26% from 310); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7526 is #648AD9. Grayscale: #777777. Windows color (decimal): -6589146 or 2520475. OLE color: 2520475.

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

Color convert

RGB 155 117 38 -
CMYK 0 0.25 0.75 0.39
HSL 40.51º 0.61% 0.38% -
HSV(B) 40.51º 0.75% 0.61% -
XYZ 20.23 19.83 4.6 -
YUV 119.36 82.09 153.42 -
System Red Green Blue C M Y K H S L
Decimal 155 117 38 0 0.25 0.75 0.39 40.51 0.61 0.38
Hex 9B 75 26 0 19 4B 27 29 3D 26
Octal 233 165 46 0 31 113 47 51 75 46
Binary 10011011 1110101 100110 0 11001 1001011 100111 101001 111101 100110

Color Harmonies of #9B7526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7526

Black with #9B7526

Text Example


Text Example

White with #9B7526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,117,38); }

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

background-color css

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

 a { background-color: rgb(155,117,38); }

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

border-color css

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

 span { border-color: rgb(155,117,38); }

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