#948161

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

Shades of Sorrell Brown #948161

Tints of Sorrell Brown #948161

Color information

#948161 (or 0x948161) is unknown color: approx Sorrell Brown. HEX triplet: 94, 81 and 61. RGB value is (148,129,97). Sum of RGB (Red+Green+Blue) = 148+129+97=374 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.57% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 97 (38.28% from 255 or 25.94% from 374); Max value from RGB is 148 - color contains mainly: red. Hex color #948161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948161 is #6B7E9E. Grayscale: #838383. Windows color (decimal): -7044767 or 6390164. OLE color: 6390164.

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

Color convert

RGB14812997-
CMYK00.130.340.42
HSL37.65º20.82%48.04%-
HSV(B)37.65º34.46%58.04%-
XYZ22.2222.8614.55-
YUV131.03108.79140.1-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.57%
GREEN value IS 129 (50.78% from 255) = 34.49%
BLUE value IS 97 (38.28% from 255) = 25.94%
R=39.57%
G=34.49%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481299700.130.340.4237.6520.8248.04
Hex9481610D222A261530
Octal2242011410154252462560
Binary100101001000000111000010110110001010101010011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948161; }

 p { color: rgb(148,129,97); }

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

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

 a { background-color: rgb(148,129,97); }

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

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

 span { border-color: rgb(148,129,97); }

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