Html Css Color HEX #9B712C Buttered Rum

📋 copy color: '#9B712C'

red 155 ◦ green 113 ◦ blue 44

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

Shades of Buttered Rum #9B712C

Tints of Buttered Rum #9B712C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.22%

 BLUE value IS 44 (17.58% from 255) = 14.1%

R = 49.68%
G = 36.22%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#9B712C (or 0x9B712C) is known color: Buttered Rum. HEX triplet: 9B, 71 and 2C. RGB value is (155,113,44). Sum of RGB (Red+Green+Blue) = 155+113+44=312 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.68% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 155 - color contains mainly: red. Hex color #9B712C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B712C is #648ED3. Grayscale: #767676. Windows color (decimal): -6590164 or 2912667. OLE color: 2912667.

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

Color convert

RGB 155 113 44 -
CMYK 0 0.27 0.72 0.39
HSL 37.3º 0.56% 0.39% -
HSV(B) 37.3º 0.72% 0.61% -
XYZ 19.88 18.96 4.99 -
YUV 117.69 86.41 154.61 -
System Red Green Blue C M Y K H S L
Decimal 155 113 44 0 0.27 0.72 0.39 37.3 0.56 0.39
Hex 9B 71 2C 0 1B 48 27 25 38 27
Octal 233 161 54 0 33 110 47 45 70 47
Binary 10011011 1110001 101100 0 11011 1001000 100111 100101 111000 100111

Color Harmonies of #9B712C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B712C

Black with #9B712C

Text Example


Text Example

White with #9B712C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,113,44); }

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

background-color css

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

 a { background-color: rgb(155,113,44); }

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

border-color css

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

 span { border-color: rgb(155,113,44); }

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