Html Css Color HEX #9C7341 Buttered Rum

📋 copy color: '#9C7341'

red 156 ◦ green 115 ◦ blue 65

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

Shades of Buttered Rum #9C7341

Tints of Buttered Rum #9C7341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.35%

R = 46.43%
G = 34.23%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#9C7341 (or 0x9C7341) is known color: Buttered Rum. HEX triplet: 9C, 73 and 41. RGB value is (156,115,65). Sum of RGB (Red+Green+Blue) = 156+115+65=336 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.43% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7341 is #638CBE. Grayscale: #797979. Windows color (decimal): -6524095 or 4289436. OLE color: 4289436.

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

Color convert

RGB 156 115 65 -
CMYK 0 0.26 0.58 0.39
HSL 32.97º 0.41% 0.43% -
HSV(B) 32.97º 0.58% 0.61% -
XYZ 20.8 19.71 7.71 -
YUV 121.56 96.08 152.57 -
System Red Green Blue C M Y K H S L
Decimal 156 115 65 0 0.26 0.58 0.39 32.97 0.41 0.43
Hex 9C 73 41 0 1A 3A 27 21 29 2B
Octal 234 163 101 0 32 72 47 41 51 53
Binary 10011100 1110011 1000001 0 11010 111010 100111 100001 101001 101011

Color Harmonies of #9C7341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7341

Black with #9C7341

Text Example


Text Example

White with #9C7341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,115,65); }

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

background-color css

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

 a { background-color: rgb(156,115,65); }

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

border-color css

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

 span { border-color: rgb(156,115,65); }

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