Html Css Color HEX #9C712A Buttered Rum

📋 copy color: '#9C712A'

red 156 ◦ green 113 ◦ blue 42

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

Shades of Buttered Rum #9C712A

Tints of Buttered Rum #9C712A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.33%

 BLUE value IS 42 (16.8% from 255) = 13.5%

R = 50.16%
G = 36.33%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.73

 K value IS 0.39

RGB Variations

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

Color information

#9C712A (or 0x9C712A) is known color: Buttered Rum. HEX triplet: 9C, 71 and 2A. RGB value is (156,113,42). Sum of RGB (Red+Green+Blue) = 156+113+42=311 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50.16% from 311); Green value is 113 (44.53% from 255 or 36.33% from 311); Blue value is 42 (16.80% from 255 or 13.50% from 311); Max value from RGB is 156 - color contains mainly: red. Hex color #9C712A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C712A is #638ED5. Grayscale: #767676. Windows color (decimal): -6524630 or 2781596. OLE color: 2781596.

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

Color convert

RGB 156 113 42 -
CMYK 0 0.28 0.73 0.39
HSL 37.37º 0.58% 0.39% -
HSV(B) 37.37º 0.73% 0.61% -
XYZ 20.03 19.05 4.81 -
YUV 117.76 85.25 155.27 -
System Red Green Blue C M Y K H S L
Decimal 156 113 42 0 0.28 0.73 0.39 37.37 0.58 0.39
Hex 9C 71 2A 0 1C 49 27 25 3A 27
Octal 234 161 52 0 34 111 47 45 72 47
Binary 10011100 1110001 101010 0 11100 1001001 100111 100101 111010 100111

Color Harmonies of #9C712A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C712A

Black with #9C712A

Text Example


Text Example

White with #9C712A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,113,42); }

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

background-color css

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

 a { background-color: rgb(156,113,42); }

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

border-color css

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

 span { border-color: rgb(156,113,42); }

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