#985443

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

Shades of Sepia #985443

Tints of Sepia #985443

Color information

#985443 (or 0x985443) is unknown color: approx Sepia. HEX triplet: 98, 54 and 43. RGB value is (152,84,67). Sum of RGB (Red+Green+Blue) = 152+84+67=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 67 (26.56% from 255 or 22.11% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #985443 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985443 is #67ABBC. Grayscale: #666666. Windows color (decimal): -6794173 or 4412568. OLE color: 4412568.

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

Color convert

RGB1528467-
CMYK00.450.560.40
HSL12º38.81%42.94%-
HSV(B)12º55.92%59.61%-
XYZ17.1313.427-
YUV102.39108.03163.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.17%
GREEN value IS 84 (33.20% from 255) = 27.72%
BLUE value IS 67 (26.56% from 255) = 22.11%
R=50.17%
G=27.72%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152846700.450.560.401238.8142.94
Hex98544302D3828c272b
Octal2301241030557050144753
Binary100110001010100100001101011011110001010001100100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985443; }

 p { color: rgb(152,84,67); }

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

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

 a { background-color: rgb(152,84,67); }

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

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

 span { border-color: rgb(152,84,67); }

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