#958265

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

Shades of Sorrell Brown #958265

Tints of Sorrell Brown #958265

Color information

#958265 (or 0x958265) is unknown color: approx Sorrell Brown. HEX triplet: 95, 82 and 65. RGB value is (149,130,101). Sum of RGB (Red+Green+Blue) = 149+130+101=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 101 (39.84% from 255 or 26.58% from 380); Max value from RGB is 149 - color contains mainly: red. Hex color #958265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958265 is #6A7D9A. Grayscale: #848484. Windows color (decimal): -6978971 or 6652565. OLE color: 6652565.

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

Color convert

RGB149130101-
CMYK00.130.320.42
HSL36.25º19.2%49.02%-
HSV(B)36.25º32.21%58.43%-
XYZ22.7323.2915.61-
YUV132.38110.29139.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.21%
GREEN value IS 130 (51.17% from 255) = 34.21%
BLUE value IS 101 (39.84% from 255) = 26.58%
R=39.21%
G=34.21%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913010100.130.320.4236.2519.249.02
Hex9582650D202A241331
Octal2252021450154052442361
Binary100101011000001011001010110110000010101010010010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958265; }

 p { color: rgb(149,130,101); }

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

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

 a { background-color: rgb(149,130,101); }

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

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

 span { border-color: rgb(149,130,101); }

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