#947D3D

Color #947D3D Highball (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highball #947D3D

Tints of Highball #947D3D

Color information

#947D3D (or 0x947D3D) is unknown color: approx Highball. HEX triplet: 94, 7D and 3D. RGB value is (148,125,61). Sum of RGB (Red+Green+Blue) = 148+125+61=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 148 - color contains mainly: red. Hex color #947D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947D3D is #6B82C2. Grayscale: #7C7C7C. Windows color (decimal): -7045827 or 4029844. OLE color: 4029844.

HSL color Cylindrical-coordinate representation of color #947D3D: hue angle of 44.14º 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 #947D3D is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB14812561-
CMYK00.160.590.42
HSL44.14º41.63%40.98%-
HSV(B)44.14º58.78%58.04%-
XYZ20.3921.37.45-
YUV124.5892.12144.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.31%
GREEN value IS 125 (49.22% from 255) = 37.43%
BLUE value IS 61 (24.22% from 255) = 18.26%
R=44.31%
G=37.43%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481256100.160.590.4244.1441.6340.98
Hex947D3D0103B2A2c2a29
Octal224175750207352545251
Binary100101001111101111101010000111011101010101100101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,125,61); }

 H1.HeaderClassName
 {
   color: #947D3D;
 }
 .AnyTagClassName
 {
   color: #947D3D;
 }
</style>
background-color css

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

 a { background-color: rgb(148,125,61); }

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

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

 span { border-color: rgb(148,125,61); }

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