Html Css Color HEX #9B7026 Buttered Rum

📋 copy color: '#9B7026'

red 155 ◦ green 112 ◦ blue 38

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

Shades of Buttered Rum #9B7026

Tints of Buttered Rum #9B7026

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.72%

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

R = 50.82%
G = 36.72%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.75

 K value IS 0.39

RGB Variations

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

Color information

#9B7026 (or 0x9B7026) is known color: Buttered Rum. HEX triplet: 9B, 70 and 26. RGB value is (155,112,38). Sum of RGB (Red+Green+Blue) = 155+112+38=305 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.82% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 38 (15.23% from 255 or 12.46% from 305); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7026 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7026 is #648FD9. Grayscale: #747474. Windows color (decimal): -6590426 or 2519195. OLE color: 2519195.

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

Color convert

RGB 155 112 38 -
CMYK 0 0.28 0.75 0.39
HSL 37.95º 0.61% 0.38% -
HSV(B) 37.95º 0.75% 0.61% -
XYZ 19.66 18.7 4.41 -
YUV 116.42 83.75 155.52 -
System Red Green Blue C M Y K H S L
Decimal 155 112 38 0 0.28 0.75 0.39 37.95 0.61 0.38
Hex 9B 70 26 0 1C 4B 27 26 3D 26
Octal 233 160 46 0 34 113 47 46 75 46
Binary 10011011 1110000 100110 0 11100 1001011 100111 100110 111101 100110

Color Harmonies of #9B7026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7026

Black with #9B7026

Text Example


Text Example

White with #9B7026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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