#947860

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

Shades of Sorrell Brown #947860

Tints of Sorrell Brown #947860

Color information

#947860 (or 0x947860) is unknown color: approx Sorrell Brown. HEX triplet: 94, 78 and 60. RGB value is (148,120,96). Sum of RGB (Red+Green+Blue) = 148+120+96=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 120 (47.27% from 255 or 32.97% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 148 - color contains mainly: red. Hex color #947860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947860 is #6B879F. Grayscale: #7D7D7D. Windows color (decimal): -7047072 or 6322324. OLE color: 6322324.

HSL color Cylindrical-coordinate representation of color #947860: hue angle of 27.69º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #947860 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB14812096-
CMYK00.190.350.42
HSL27.69º21.31%47.84%-
HSV(B)27.69º35.14%58.04%-
XYZ21.0420.5713.93-
YUV125.64111.28143.95-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.66%
GREEN value IS 120 (47.27% from 255) = 32.97%
BLUE value IS 96 (37.89% from 255) = 26.37%
R=40.66%
G=32.97%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481209600.190.350.4227.6921.3147.84
Hex947860013232A1c1530
Octal2241701400234352342560
Binary10010100111100011000000100111000111010101110010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947860; }

 p { color: rgb(148,120,96); }

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

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

 a { background-color: rgb(148,120,96); }

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

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

 span { border-color: rgb(148,120,96); }

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