Html Css Color HEX #9A7C34 Buttered Rum

📋 copy color: '#9A7C34'

red 154 ◦ green 124 ◦ blue 52

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

Shades of Buttered Rum #9A7C34

Tints of Buttered Rum #9A7C34

RGB

 RED value IS 154 (60.55% from 255) = 46.67%

 GREEN value IS 124 (48.83% from 255) = 37.58%

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

R = 46.67%
G = 37.58%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#9A7C34 (or 0x9A7C34) is known color: Buttered Rum. HEX triplet: 9A, 7C and 34. RGB value is (154,124,52). Sum of RGB (Red+Green+Blue) = 154+124+52=330 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.67% from 330); Green value is 124 (48.83% from 255 or 37.58% from 330); Blue value is 52 (20.70% from 255 or 15.76% from 330); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7C34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7C34 is #6583CB. Grayscale: #7D7D7D. Windows color (decimal): -6652876 or 3439770. OLE color: 3439770.

HSL color Cylindrical-coordinate representation of color #9A7C34: hue angle of 42.35º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9A7C34 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 124 52 -
CMYK 0 0.19 0.66 0.40
HSL 42.35º 0.5% 0.4% -
HSV(B) 42.35º 0.66% 0.6% -
XYZ 21.15 21.53 6.29 -
YUV 124.76 86.94 148.85 -
System Red Green Blue C M Y K H S L
Decimal 154 124 52 0 0.19 0.66 0.40 42.35 0.5 0.4
Hex 9A 7C 34 0 13 42 28 2A 32 28
Octal 232 174 64 0 23 102 50 52 62 50
Binary 10011010 1111100 110100 0 10011 1000010 101000 101010 110010 101000

Color Harmonies of #9A7C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7C34

Black with #9A7C34

Text Example


Text Example

White with #9A7C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,124,52); }

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

background-color css

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

 a { background-color: rgb(154,124,52); }

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

border-color css

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

 span { border-color: rgb(154,124,52); }

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