Html Css Color HEX #9C7137 Buttered Rum

📋 copy color: '#9C7137'

red 156 ◦ green 113 ◦ blue 55

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

Shades of Buttered Rum #9C7137

Tints of Buttered Rum #9C7137

RGB

 RED value IS 156 (61.33% from 255) = 48.15%

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

 BLUE value IS 55 (21.88% from 255) = 16.98%

R = 48.15%
G = 34.88%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.39

RGB Variations

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

Color information

#9C7137 (or 0x9C7137) is known color: Buttered Rum. HEX triplet: 9C, 71 and 37. RGB value is (156,113,55). Sum of RGB (Red+Green+Blue) = 156+113+55=324 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.15% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 55 (21.88% from 255 or 16.98% from 324); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7137 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7137 is #638EC8. Grayscale: #777777. Windows color (decimal): -6524617 or 3633564. OLE color: 3633564.

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

Color convert

RGB 156 113 55 -
CMYK 0 0.28 0.65 0.39
HSL 34.46º 0.48% 0.41% -
HSV(B) 34.46º 0.65% 0.61% -
XYZ 20.31 19.15 6.24 -
YUV 119.25 91.75 154.22 -
System Red Green Blue C M Y K H S L
Decimal 156 113 55 0 0.28 0.65 0.39 34.46 0.48 0.41
Hex 9C 71 37 0 1C 41 27 22 30 29
Octal 234 161 67 0 34 101 47 42 60 51
Binary 10011100 1110001 110111 0 11100 1000001 100111 100010 110000 101001

Color Harmonies of #9C7137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7137

Black with #9C7137

Text Example


Text Example

White with #9C7137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,113,55); }

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

background-color css

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

 a { background-color: rgb(156,113,55); }

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

border-color css

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

 span { border-color: rgb(156,113,55); }

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