Html Css Color HEX #9C752F Buttered Rum

📋 copy color: '#9C752F'

red 156 ◦ green 117 ◦ blue 47

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

Shades of Buttered Rum #9C752F

Tints of Buttered Rum #9C752F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.69%

R = 48.75%
G = 36.56%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#9C752F (or 0x9C752F) is known color: Buttered Rum. HEX triplet: 9C, 75 and 2F. RGB value is (156,117,47). Sum of RGB (Red+Green+Blue) = 156+117+47=320 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.75% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 47 (18.75% from 255 or 14.69% from 320); Max value from RGB is 156 - color contains mainly: red. Hex color #9C752F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C752F is #638AD0. Grayscale: #797979. Windows color (decimal): -6523601 or 3110300. OLE color: 3110300.

HSL color Cylindrical-coordinate representation of color #9C752F: hue angle of 38.53º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9C752F is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 117 47 -
CMYK 0 0.25 0.70 0.39
HSL 38.53º 0.54% 0.4% -
HSV(B) 38.53º 0.7% 0.61% -
XYZ 20.58 20 5.46 -
YUV 120.68 86.42 153.19 -
System Red Green Blue C M Y K H S L
Decimal 156 117 47 0 0.25 0.70 0.39 38.53 0.54 0.4
Hex 9C 75 2F 0 19 46 27 27 36 28
Octal 234 165 57 0 31 106 47 47 66 50
Binary 10011100 1110101 101111 0 11001 1000110 100111 100111 110110 101000

Color Harmonies of #9C752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C752F

Black with #9C752F

Text Example


Text Example

White with #9C752F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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