Html Css Color HEX #9C752A Buttered Rum

📋 copy color: '#9C752A'

red 156 ◦ green 117 ◦ blue 42

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

Shades of Buttered Rum #9C752A

Tints of Buttered Rum #9C752A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.14%

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

R = 49.52%
G = 37.14%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.39

RGB Variations

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

Color information

#9C752A (or 0x9C752A) is known color: Buttered Rum. HEX triplet: 9C, 75 and 2A. RGB value is (156,117,42). Sum of RGB (Red+Green+Blue) = 156+117+42=315 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.52% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 42 (16.80% from 255 or 13.33% from 315); Max value from RGB is 156 - color contains mainly: red. Hex color #9C752A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C752A is #638AD5. Grayscale: #787878. Windows color (decimal): -6523606 or 2782620. OLE color: 2782620.

HSL color Cylindrical-coordinate representation of color #9C752A: hue angle of 39.47º 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 #9C752A is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 117 42 -
CMYK 0 0.25 0.73 0.39
HSL 39.47º 0.58% 0.39% -
HSV(B) 39.47º 0.73% 0.61% -
XYZ 20.49 19.96 4.96 -
YUV 120.11 83.92 153.6 -
System Red Green Blue C M Y K H S L
Decimal 156 117 42 0 0.25 0.73 0.39 39.47 0.58 0.39
Hex 9C 75 2A 0 19 49 27 27 3A 27
Octal 234 165 52 0 31 111 47 47 72 47
Binary 10011100 1110101 101010 0 11001 1001001 100111 100111 111010 100111

Color Harmonies of #9C752A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C752A

Black with #9C752A

Text Example


Text Example

White with #9C752A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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