Html Css Color HEX #9C7033 Buttered Rum

📋 copy color: '#9C7033'

red 156 ◦ green 112 ◦ blue 51

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

Shades of Buttered Rum #9C7033

Tints of Buttered Rum #9C7033

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.11%

 BLUE value IS 51 (20.31% from 255) = 15.99%

R = 48.9%
G = 35.11%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.67

 K value IS 0.39

RGB Variations

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

Color information

#9C7033 (or 0x9C7033) is known color: Buttered Rum. HEX triplet: 9C, 70 and 33. RGB value is (156,112,51). Sum of RGB (Red+Green+Blue) = 156+112+51=319 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.90% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7033 is #638FCC. Grayscale: #767676. Windows color (decimal): -6524877 or 3371164. OLE color: 3371164.

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

Color convert

RGB 156 112 51 -
CMYK 0 0.28 0.67 0.39
HSL 34.86º 0.51% 0.41% -
HSV(B) 34.86º 0.67% 0.61% -
XYZ 20.1 18.9 5.72 -
YUV 118.2 90.08 154.96 -
System Red Green Blue C M Y K H S L
Decimal 156 112 51 0 0.28 0.67 0.39 34.86 0.51 0.41
Hex 9C 70 33 0 1C 43 27 23 33 29
Octal 234 160 63 0 34 103 47 43 63 51
Binary 10011100 1110000 110011 0 11100 1000011 100111 100011 110011 101001

Color Harmonies of #9C7033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7033

Black with #9C7033

Text Example


Text Example

White with #9C7033

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,112,51); }

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

background-color css

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

 a { background-color: rgb(156,112,51); }

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

border-color css

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

 span { border-color: rgb(156,112,51); }

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