#985845

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

Shades of Sepia #985845

Tints of Sepia #985845

Color information

#985845 (or 0x985845) is unknown color: approx Sepia. HEX triplet: 98, 58 and 45. RGB value is (152,88,69). Sum of RGB (Red+Green+Blue) = 152+88+69=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 69 (27.34% from 255 or 22.33% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #985845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985845 is #67A7BA. Grayscale: #696969. Windows color (decimal): -6793147 or 4544664. OLE color: 4544664.

HSL color Cylindrical-coordinate representation of color #985845: hue angle of 13.73º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #985845 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.40.

Color convert

RGB1528869-
CMYK00.420.550.40
HSL13.73º37.56%43.33%-
HSV(B)13.73º54.61%59.61%-
XYZ17.5114.087.43-
YUV104.97107.7161.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.19%
GREEN value IS 88 (34.77% from 255) = 28.48%
BLUE value IS 69 (27.34% from 255) = 22.33%
R=49.19%
G=28.48%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152886900.420.550.4013.7337.5643.33
Hex98584502A3728e262b
Octal2301301050526750164653
Binary100110001011000100010101010101101111010001110100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985845; }

 p { color: rgb(152,88,69); }

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

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

 a { background-color: rgb(152,88,69); }

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

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

 span { border-color: rgb(152,88,69); }

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