#95795F

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

Shades of Sorrell Brown #95795F

Tints of Sorrell Brown #95795F

Color information

#95795F (or 0x95795F) is unknown color: approx Sorrell Brown. HEX triplet: 95, 79 and 5F. RGB value is (149,121,95). Sum of RGB (Red+Green+Blue) = 149+121+95=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #95795F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95795F is #6A86A0. Grayscale: #7E7E7E. Windows color (decimal): -6981281 or 6257045. OLE color: 6257045.

HSL color Cylindrical-coordinate representation of color #95795F: hue angle of 28.89º 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 #95795F is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB14912195-
CMYK00.190.360.42
HSL28.89º22.13%47.84%-
HSV(B)28.89º36.24%58.43%-
XYZ21.320.8913.74-
YUV126.41110.28144.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.82%
GREEN value IS 121 (47.66% from 255) = 33.15%
BLUE value IS 95 (37.5% from 255) = 26.03%
R=40.82%
G=33.15%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491219500.190.360.4228.8922.1347.84
Hex95795F013242A1d1630
Octal2251711370234452352660
Binary10010101111100110111110100111001001010101110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95795F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95795F; }

 p { color: rgb(149,121,95); }

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

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

 a { background-color: rgb(149,121,95); }

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

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

 span { border-color: rgb(149,121,95); }

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