Html Css Color HEX #9C7B34 Buttered Rum

📋 copy color: '#9C7B34'

red 156 ◦ green 123 ◦ blue 52

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

Shades of Buttered Rum #9C7B34

Tints of Buttered Rum #9C7B34

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.16%

 BLUE value IS 52 (20.7% from 255) = 15.71%

R = 47.13%
G = 37.16%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.39

RGB Variations

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

Color information

#9C7B34 (or 0x9C7B34) is known color: Buttered Rum. HEX triplet: 9C, 7B and 34. RGB value is (156,123,52). Sum of RGB (Red+Green+Blue) = 156+123+52=331 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.13% from 331); Green value is 123 (48.44% from 255 or 37.16% from 331); Blue value is 52 (20.70% from 255 or 15.71% from 331); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7B34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7B34 is #6384CB. Grayscale: #7D7D7D. Windows color (decimal): -6522060 or 3439516. OLE color: 3439516.

HSL color Cylindrical-coordinate representation of color #9C7B34: hue angle of 40.96º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C7B34 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 123 52 -
CMYK 0 0.21 0.67 0.39
HSL 40.96º 0.5% 0.41% -
HSV(B) 40.96º 0.67% 0.61% -
XYZ 21.41 21.48 6.27 -
YUV 124.77 86.93 150.27 -
System Red Green Blue C M Y K H S L
Decimal 156 123 52 0 0.21 0.67 0.39 40.96 0.5 0.41
Hex 9C 7B 34 0 15 43 27 29 32 29
Octal 234 173 64 0 25 103 47 51 62 51
Binary 10011100 1111011 110100 0 10101 1000011 100111 101001 110010 101001

Color Harmonies of #9C7B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7B34

Black with #9C7B34

Text Example


Text Example

White with #9C7B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,123,52); }

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

background-color css

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

 a { background-color: rgb(156,123,52); }

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

border-color css

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

 span { border-color: rgb(156,123,52); }

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