Html Css Color HEX #9C7031 Buttered Rum

📋 copy color: '#9C7031'

red 156 ◦ green 112 ◦ blue 49

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

Shades of Buttered Rum #9C7031

Tints of Buttered Rum #9C7031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.46%

R = 49.21%
G = 35.33%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.39

RGB Variations

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

Color information

#9C7031 (or 0x9C7031) is known color: Buttered Rum. HEX triplet: 9C, 70 and 31. RGB value is (156,112,49). Sum of RGB (Red+Green+Blue) = 156+112+49=317 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.21% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7031 is #638FCE. Grayscale: #767676. Windows color (decimal): -6524879 or 3240092. OLE color: 3240092.

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

Color convert

RGB 156 112 49 -
CMYK 0 0.28 0.69 0.39
HSL 35.33º 0.52% 0.4% -
HSV(B) 35.33º 0.69% 0.61% -
XYZ 20.06 18.88 5.49 -
YUV 117.97 89.08 155.12 -
System Red Green Blue C M Y K H S L
Decimal 156 112 49 0 0.28 0.69 0.39 35.33 0.52 0.4
Hex 9C 70 31 0 1C 45 27 23 34 28
Octal 234 160 61 0 34 105 47 43 64 50
Binary 10011100 1110000 110001 0 11100 1000101 100111 100011 110100 101000

Color Harmonies of #9C7031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7031

Black with #9C7031

Text Example


Text Example

White with #9C7031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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