Html Css Color HEX #9C7123 Buttered Rum

📋 copy color: '#9C7123'

red 156 ◦ green 113 ◦ blue 35

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

Shades of Buttered Rum #9C7123

Tints of Buttered Rum #9C7123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.51%

R = 51.32%
G = 37.17%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.39

RGB Variations

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

Color information

#9C7123 (or 0x9C7123) is known color: Buttered Rum. HEX triplet: 9C, 71 and 23. RGB value is (156,113,35). Sum of RGB (Red+Green+Blue) = 156+113+35=304 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.32% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 35 (14.06% from 255 or 11.51% from 304); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7123 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7123 is #638EDC. Grayscale: #757575. Windows color (decimal): -6524637 or 2322844. OLE color: 2322844.

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

Color convert

RGB 156 113 35 -
CMYK 0 0.28 0.78 0.39
HSL 38.68º 0.63% 0.37% -
HSV(B) 38.68º 0.78% 0.61% -
XYZ 19.92 19 4.21 -
YUV 116.97 81.75 155.84 -
System Red Green Blue C M Y K H S L
Decimal 156 113 35 0 0.28 0.78 0.39 38.68 0.63 0.37
Hex 9C 71 23 0 1C 4E 27 27 3F 25
Octal 234 161 43 0 34 116 47 47 77 45
Binary 10011100 1110001 100011 0 11100 1001110 100111 100111 111111 100101

Color Harmonies of #9C7123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7123

Black with #9C7123

Text Example


Text Example

White with #9C7123

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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