#947b5f

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

Shades of Sorrell Brown #947B5F

Tints of Sorrell Brown #947B5F

Color information

#947B5F (or 0x947B5F) is unknown color: approx Sorrell Brown. HEX triplet: 94, 7B and 5F. RGB value is (148,123,95). Sum of RGB (Red+Green+Blue) = 148+123+95=366 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.44% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 148 - color contains mainly: red. Hex color #947B5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947B5F is #6B84A0. Grayscale: #7F7F7F. Windows color (decimal): -7046305 or 6257556. OLE color: 6257556.

HSL color Cylindrical-coordinate representation of color #947B5F: hue angle of 31.7º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #947B5F is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB14812395-
CMYK00.170.360.42
HSL31.7º21.81%47.65%-
HSV(B)31.7º35.81%58.04%-
XYZ21.3621.2913.81-
YUV127.28109.78142.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.44%
GREEN value IS 123 (48.44% from 255) = 33.61%
BLUE value IS 95 (37.5% from 255) = 25.96%
R=40.44%
G=33.61%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481239500.170.360.4231.721.8147.65
Hex947B5F011242A201630
Octal2241731370214452402660
Binary100101001111011101111101000110010010101010000010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947b5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,123,95); }

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

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

 a { background-color: rgb(148,123,95); }

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

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

 span { border-color: rgb(148,123,95); }

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