Html Css Color HEX #9C7030 Buttered Rum

📋 copy color: '#9C7030'

red 156 ◦ green 112 ◦ blue 48

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

Shades of Buttered Rum #9C7030

Tints of Buttered Rum #9C7030

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.44%

 BLUE value IS 48 (19.14% from 255) = 15.19%

R = 49.37%
G = 35.44%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.39

RGB Variations

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

Color information

#9C7030 (or 0x9C7030) is known color: Buttered Rum. HEX triplet: 9C, 70 and 30. RGB value is (156,112,48). Sum of RGB (Red+Green+Blue) = 156+112+48=316 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.37% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7030 is #638FCF. Grayscale: #767676. Windows color (decimal): -6524880 or 3174556. OLE color: 3174556.

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

Color convert

RGB 156 112 48 -
CMYK 0 0.28 0.69 0.39
HSL 35.56º 0.53% 0.4% -
HSV(B) 35.56º 0.69% 0.61% -
XYZ 20.04 18.87 5.38 -
YUV 117.86 88.58 155.2 -
System Red Green Blue C M Y K H S L
Decimal 156 112 48 0 0.28 0.69 0.39 35.56 0.53 0.4
Hex 9C 70 30 0 1C 45 27 24 35 28
Octal 234 160 60 0 34 105 47 44 65 50
Binary 10011100 1110000 110000 0 11100 1000101 100111 100100 110101 101000

Color Harmonies of #9C7030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7030

Black with #9C7030

Text Example


Text Example

White with #9C7030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,112,48); }

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

background-color css

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

 a { background-color: rgb(156,112,48); }

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

border-color css

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

 span { border-color: rgb(156,112,48); }

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