#98855F

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

Shades of Sorrell Brown #98855F

Tints of Sorrell Brown #98855F

Color information

#98855F (or 0x98855F) is unknown color: approx Sorrell Brown. HEX triplet: 98, 85 and 5F. RGB value is (152,133,95). Sum of RGB (Red+Green+Blue) = 152+133+95=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 152 - color contains mainly: red. Hex color #98855F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98855F is #677AA0. Grayscale: #868686. Windows color (decimal): -6781601 or 6260120. OLE color: 6260120.

HSL color Cylindrical-coordinate representation of color #98855F: hue angle of 40º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98855F is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB15213395-
CMYK00.130.380.40
HSL40º23.08%48.43%-
HSV(B)40º37.5%59.61%-
XYZ23.424.2814.28-
YUV134.35105.79140.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40%
GREEN value IS 133 (52.34% from 255) = 35%
BLUE value IS 95 (37.5% from 255) = 25%
R=40%
G=35%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521339500.130.380.404023.0848.43
Hex98855F0D2628281730
Octal2302051370154650502760
Binary100110001000010110111110110110011010100010100010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98855F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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