Html Css Color HEX #947A3C Buttered Rum

📋 copy color: '#947A3C'

red 148 ◦ green 122 ◦ blue 60

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

Shades of Buttered Rum #947A3C

Tints of Buttered Rum #947A3C

RGB

 RED value IS 148 (58.2% from 255) = 44.85%

 GREEN value IS 122 (48.05% from 255) = 36.97%

 BLUE value IS 60 (23.83% from 255) = 18.18%

R = 44.85%
G = 36.97%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#947A3C (or 0x947A3C) is known color: Buttered Rum. HEX triplet: 94, 7A and 3C. RGB value is (148,122,60). Sum of RGB (Red+Green+Blue) = 148+122+60=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 122 (48.05% from 255 or 36.97% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 148 - color contains mainly: red. Hex color #947A3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947A3C is #6B85C3. Grayscale: #7A7A7A. Windows color (decimal): -7046596 or 3963540. OLE color: 3963540.

HSL color Cylindrical-coordinate representation of color #947A3C: hue angle of 42.27º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #947A3C is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 122 60 -
CMYK 0 0.18 0.59 0.42
HSL 42.27º 0.42% 0.41% -
HSV(B) 42.27º 0.59% 0.58% -
XYZ 19.99 20.54 7.19 -
YUV 122.71 92.61 146.04 -
System Red Green Blue C M Y K H S L
Decimal 148 122 60 0 0.18 0.59 0.42 42.27 0.42 0.41
Hex 94 7A 3C 0 12 3B 2A 2A 2A 29
Octal 224 172 74 0 22 73 52 52 52 51
Binary 10010100 1111010 111100 0 10010 111011 101010 101010 101010 101001

Color Harmonies of #947A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947A3C

Black with #947A3C

Text Example


Text Example

White with #947A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947A3C; }

 p { color: rgb(148,122,60); }

 H1.HeaderClassName
 {
   color: #947A3C;
 }
 .AnyTagClassName
 {
   color: #947A3C;
 }
</style>

background-color css

<style>
 a { background-color: #947A3C; }

 a { background-color: rgb(148,122,60); }

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

border-color css

<style>
 span { border-color: #947A3C; }

 span { border-color: rgb(148,122,60); }

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