Html Css Color HEX #9C742C Buttered Rum

📋 copy color: '#9C742C'

red 156 ◦ green 116 ◦ blue 44

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

Shades of Buttered Rum #9C742C

Tints of Buttered Rum #9C742C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.71%

 BLUE value IS 44 (17.58% from 255) = 13.92%

R = 49.37%
G = 36.71%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#9C742C (or 0x9C742C) is known color: Buttered Rum. HEX triplet: 9C, 74 and 2C. RGB value is (156,116,44). Sum of RGB (Red+Green+Blue) = 156+116+44=316 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.37% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 156 - color contains mainly: red. Hex color #9C742C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C742C is #638BD3. Grayscale: #787878. Windows color (decimal): -6523860 or 2913436. OLE color: 2913436.

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

Color convert

RGB 156 116 44 -
CMYK 0 0.26 0.72 0.39
HSL 38.57º 0.56% 0.39% -
HSV(B) 38.57º 0.72% 0.61% -
XYZ 20.41 19.74 5.12 -
YUV 119.75 85.25 153.85 -
System Red Green Blue C M Y K H S L
Decimal 156 116 44 0 0.26 0.72 0.39 38.57 0.56 0.39
Hex 9C 74 2C 0 1A 48 27 27 38 27
Octal 234 164 54 0 32 110 47 47 70 47
Binary 10011100 1110100 101100 0 11010 1001000 100111 100111 111000 100111

Color Harmonies of #9C742C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C742C

Black with #9C742C

Text Example


Text Example

White with #9C742C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,116,44); }

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

background-color css

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

 a { background-color: rgb(156,116,44); }

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

border-color css

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

 span { border-color: rgb(156,116,44); }

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