Html Css Color HEX #9B7326 Buttered Rum

📋 copy color: '#9B7326'

red 155 ◦ green 115 ◦ blue 38

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

Shades of Buttered Rum #9B7326

Tints of Buttered Rum #9B7326

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.34%

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

R = 50.32%
G = 37.34%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.39

RGB Variations

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

Color information

#9B7326 (or 0x9B7326) is known color: Buttered Rum. HEX triplet: 9B, 73 and 26. RGB value is (155,115,38). Sum of RGB (Red+Green+Blue) = 155+115+38=308 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.32% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 38 (15.23% from 255 or 12.34% from 308); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7326 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7326 is #648CD9. Grayscale: #767676. Windows color (decimal): -6589658 or 2519963. OLE color: 2519963.

HSL color Cylindrical-coordinate representation of color #9B7326: hue angle of 39.49º 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 #9B7326 is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 115 38 -
CMYK 0 0.26 0.75 0.39
HSL 39.49º 0.61% 0.38% -
HSV(B) 39.49º 0.75% 0.61% -
XYZ 20 19.37 4.52 -
YUV 118.18 82.75 154.26 -
System Red Green Blue C M Y K H S L
Decimal 155 115 38 0 0.26 0.75 0.39 39.49 0.61 0.38
Hex 9B 73 26 0 1A 4B 27 27 3D 26
Octal 233 163 46 0 32 113 47 47 75 46
Binary 10011011 1110011 100110 0 11010 1001011 100111 100111 111101 100110

Color Harmonies of #9B7326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7326

Black with #9B7326

Text Example


Text Example

White with #9B7326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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