Html Css Color HEX #9C7424 Buttered Rum

📋 copy color: '#9C7424'

red 156 ◦ green 116 ◦ blue 36

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

Shades of Buttered Rum #9C7424

Tints of Buttered Rum #9C7424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.69%

R = 50.65%
G = 37.66%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.39

RGB Variations

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

Color information

#9C7424 (or 0x9C7424) is known color: Buttered Rum. HEX triplet: 9C, 74 and 24. RGB value is (156,116,36). Sum of RGB (Red+Green+Blue) = 156+116+36=308 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.65% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 36 (14.45% from 255 or 11.69% from 308); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7424 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7424 is #638BDB. Grayscale: #777777. Windows color (decimal): -6523868 or 2389148. OLE color: 2389148.

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

Color convert

RGB 156 116 36 -
CMYK 0 0.26 0.77 0.39
HSL 40º 0.63% 0.38% -
HSV(B) 40º 0.77% 0.61% -
XYZ 20.27 19.69 4.4 -
YUV 118.84 81.25 154.5 -
System Red Green Blue C M Y K H S L
Decimal 156 116 36 0 0.26 0.77 0.39 40 0.63 0.38
Hex 9C 74 24 0 1A 4D 27 28 3E 26
Octal 234 164 44 0 32 115 47 50 76 46
Binary 10011100 1110100 100100 0 11010 1001101 100111 101000 111110 100110

Color Harmonies of #9C7424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7424

Black with #9C7424

Text Example


Text Example

White with #9C7424

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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