#958264

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

Shades of Sorrell Brown #958264

Tints of Sorrell Brown #958264

Color information

#958264 (or 0x958264) is unknown color: approx Sorrell Brown. HEX triplet: 95, 82 and 64. RGB value is (149,130,100). Sum of RGB (Red+Green+Blue) = 149+130+100=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 100 (39.45% from 255 or 26.39% from 379); Max value from RGB is 149 - color contains mainly: red. Hex color #958264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958264 is #6A7D9B. Grayscale: #848484. Windows color (decimal): -6978972 or 6587029. OLE color: 6587029.

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

Color convert

RGB149130100-
CMYK00.130.330.42
HSL36.73º19.68%48.82%-
HSV(B)36.73º32.89%58.43%-
XYZ22.6823.2715.35-
YUV132.26109.79139.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.31%
GREEN value IS 130 (51.17% from 255) = 34.30%
BLUE value IS 100 (39.45% from 255) = 26.39%
R=39.31%
G=34.30%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913010000.130.330.4236.7319.6848.82
Hex9582640D212A251431
Octal2252021440154152452461
Binary100101011000001011001000110110000110101010010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958264; }

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

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

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

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

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

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

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

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