Html Css Color HEX #9B7528 Buttered Rum

📋 copy color: '#9B7528'

red 155 ◦ green 117 ◦ blue 40

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

Shades of Buttered Rum #9B7528

Tints of Buttered Rum #9B7528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.82%

R = 49.68%
G = 37.5%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.39

RGB Variations

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

Color information

#9B7528 (or 0x9B7528) is known color: Buttered Rum. HEX triplet: 9B, 75 and 28. RGB value is (155,117,40). Sum of RGB (Red+Green+Blue) = 155+117+40=312 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.68% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7528 is #648AD7. Grayscale: #777777. Windows color (decimal): -6589144 or 2651547. OLE color: 2651547.

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

Color convert

RGB 155 117 40 -
CMYK 0 0.25 0.74 0.39
HSL 40.17º 0.59% 0.38% -
HSV(B) 40.17º 0.74% 0.61% -
XYZ 20.26 19.84 4.77 -
YUV 119.58 83.09 153.26 -
System Red Green Blue C M Y K H S L
Decimal 155 117 40 0 0.25 0.74 0.39 40.17 0.59 0.38
Hex 9B 75 28 0 19 4A 27 28 3B 26
Octal 233 165 50 0 31 112 47 50 73 46
Binary 10011011 1110101 101000 0 11001 1001010 100111 101000 111011 100110

Color Harmonies of #9B7528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7528

Black with #9B7528

Text Example


Text Example

White with #9B7528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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