Html Css Color HEX #9C762C Buttered Rum

📋 copy color: '#9C762C'

red 156 ◦ green 118 ◦ blue 44

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

Shades of Buttered Rum #9C762C

Tints of Buttered Rum #9C762C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.11%

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

R = 49.06%
G = 37.11%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#9C762C (or 0x9C762C) is known color: Buttered Rum. HEX triplet: 9C, 76 and 2C. RGB value is (156,118,44). Sum of RGB (Red+Green+Blue) = 156+118+44=318 (42% of max value = 765). Red value is 156 (61.33% from 255 or 49.06% from 318); Green value is 118 (46.48% from 255 or 37.11% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 156 - color contains mainly: red. Hex color #9C762C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C762C is #6389D3. Grayscale: #797979. Windows color (decimal): -6523348 or 2913948. OLE color: 2913948.

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

Color convert

RGB 156 118 44 -
CMYK 0 0.24 0.72 0.39
HSL 39.64º 0.56% 0.39% -
HSV(B) 39.64º 0.72% 0.61% -
XYZ 20.64 20.21 5.2 -
YUV 120.93 84.59 153.02 -
System Red Green Blue C M Y K H S L
Decimal 156 118 44 0 0.24 0.72 0.39 39.64 0.56 0.39
Hex 9C 76 2C 0 18 48 27 28 38 27
Octal 234 166 54 0 30 110 47 50 70 47
Binary 10011100 1110110 101100 0 11000 1001000 100111 101000 111000 100111

Color Harmonies of #9C762C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C762C

Black with #9C762C

Text Example


Text Example

White with #9C762C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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