#9D855F

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

Shades of Sorrell Brown #9D855F

Tints of Sorrell Brown #9D855F

Color information

#9D855F (or 0x9D855F) is unknown color: approx Sorrell Brown. HEX triplet: 9D, 85 and 5F. RGB value is (157,133,95). Sum of RGB (Red+Green+Blue) = 157+133+95=385 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.78% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 157 - color contains mainly: red. Hex color #9D855F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D855F is #627AA0. Grayscale: #888888. Windows color (decimal): -6453921 or 6260125. OLE color: 6260125.

HSL color Cylindrical-coordinate representation of color #9D855F: hue angle of 36.77º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9D855F is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB15713395-
CMYK00.150.390.38
HSL36.77º24.6%49.41%-
HSV(B)36.77º39.49%61.57%-
XYZ24.3624.7714.32-
YUV135.84104.95143.09-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.78%
GREEN value IS 133 (52.34% from 255) = 34.55%
BLUE value IS 95 (37.5% from 255) = 24.68%
R=40.78%
G=34.55%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571339500.150.390.3836.7724.649.41
Hex9D855F0F2726251931
Octal2352051370174746453161
Binary100111011000010110111110111110011110011010010111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D855F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D855F; }

 p { color: rgb(157,133,95); }

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

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

 a { background-color: rgb(157,133,95); }

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

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

 span { border-color: rgb(157,133,95); }

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