Html Css Color HEX #9C7232 Buttered Rum

📋 copy color: '#9C7232'

red 156 ◦ green 114 ◦ blue 50

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

Shades of Buttered Rum #9C7232

Tints of Buttered Rum #9C7232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.63%

R = 48.75%
G = 35.63%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#9C7232 (or 0x9C7232) is known color: Buttered Rum. HEX triplet: 9C, 72 and 32. RGB value is (156,114,50). Sum of RGB (Red+Green+Blue) = 156+114+50=320 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.75% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7232 is #638DCD. Grayscale: #777777. Windows color (decimal): -6524366 or 3306140. OLE color: 3306140.

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

Color convert

RGB 156 114 50 -
CMYK 0 0.27 0.68 0.39
HSL 36.23º 0.51% 0.4% -
HSV(B) 36.23º 0.68% 0.61% -
XYZ 20.3 19.33 5.68 -
YUV 119.26 88.91 154.2 -
System Red Green Blue C M Y K H S L
Decimal 156 114 50 0 0.27 0.68 0.39 36.23 0.51 0.4
Hex 9C 72 32 0 1B 44 27 24 33 28
Octal 234 162 62 0 33 104 47 44 63 50
Binary 10011100 1110010 110010 0 11011 1000100 100111 100100 110011 101000

Color Harmonies of #9C7232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7232

Black with #9C7232

Text Example


Text Example

White with #9C7232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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