Html Css Color HEX #9C7236 Buttered Rum

📋 copy color: '#9C7236'

red 156 ◦ green 114 ◦ blue 54

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

Shades of Buttered Rum #9C7236

Tints of Buttered Rum #9C7236

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.19%

 BLUE value IS 54 (21.48% from 255) = 16.67%

R = 48.15%
G = 35.19%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.65

 K value IS 0.39

RGB Variations

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

Color information

#9C7236 (or 0x9C7236) is known color: Buttered Rum. HEX triplet: 9C, 72 and 36. RGB value is (156,114,54). Sum of RGB (Red+Green+Blue) = 156+114+54=324 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.15% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 54 (21.48% from 255 or 16.67% from 324); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7236 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7236 is #638DC9. Grayscale: #777777. Windows color (decimal): -6524362 or 3568284. OLE color: 3568284.

HSL color Cylindrical-coordinate representation of color #9C7236: hue angle of 35.29º degrees, saturation: 0.49, 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 #9C7236 is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 114 54 -
CMYK 0 0.27 0.65 0.39
HSL 35.29º 0.49% 0.41% -
HSV(B) 35.29º 0.65% 0.61% -
XYZ 20.39 19.37 6.15 -
YUV 119.72 90.91 153.88 -
System Red Green Blue C M Y K H S L
Decimal 156 114 54 0 0.27 0.65 0.39 35.29 0.49 0.41
Hex 9C 72 36 0 1B 41 27 23 31 29
Octal 234 162 66 0 33 101 47 43 61 51
Binary 10011100 1110010 110110 0 11011 1000001 100111 100011 110001 101001

Color Harmonies of #9C7236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7236

Black with #9C7236

Text Example


Text Example

White with #9C7236

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,114,54); }

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

background-color css

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

 a { background-color: rgb(156,114,54); }

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

border-color css

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

 span { border-color: rgb(156,114,54); }

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