Html Css Color HEX #9B703A Buttered Rum

📋 copy color: '#9B703A'

red 155 ◦ green 112 ◦ blue 58

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

Shades of Buttered Rum #9B703A

Tints of Buttered Rum #9B703A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.85%

R = 47.69%
G = 34.46%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.39

RGB Variations

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

Color information

#9B703A (or 0x9B703A) is known color: Buttered Rum. HEX triplet: 9B, 70 and 3A. RGB value is (155,112,58). Sum of RGB (Red+Green+Blue) = 155+112+58=325 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.69% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 155 - color contains mainly: red. Hex color #9B703A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B703A is #648FC5. Grayscale: #767676. Windows color (decimal): -6590406 or 3829915. OLE color: 3829915.

HSL color Cylindrical-coordinate representation of color #9B703A: hue angle of 33.4º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B703A is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 112 58 -
CMYK 0 0.28 0.63 0.39
HSL 33.4º 0.46% 0.42% -
HSV(B) 33.4º 0.63% 0.61% -
XYZ 20.08 18.86 6.59 -
YUV 118.7 93.75 153.89 -
System Red Green Blue C M Y K H S L
Decimal 155 112 58 0 0.28 0.63 0.39 33.4 0.46 0.42
Hex 9B 70 3A 0 1C 3F 27 21 2E 2A
Octal 233 160 72 0 34 77 47 41 56 52
Binary 10011011 1110000 111010 0 11100 111111 100111 100001 101110 101010

Color Harmonies of #9B703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B703A

Black with #9B703A

Text Example


Text Example

White with #9B703A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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