#985E4B

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

Shades of Sepia #985E4B

Tints of Sepia #985E4B

Color information

#985E4B (or 0x985E4B) is unknown color: approx Sepia. HEX triplet: 98, 5E and 4B. RGB value is (152,94,75). Sum of RGB (Red+Green+Blue) = 152+94+75=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #985E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985E4B is #67A1B4. Grayscale: #6D6D6D. Windows color (decimal): -6791605 or 4939416. OLE color: 4939416.

HSL color Cylindrical-coordinate representation of color #985E4B: hue angle of 14.81º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #985E4B is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB1529475-
CMYK00.380.510.40
HSL14.81º33.92%44.51%-
HSV(B)14.81º50.66%59.61%-
XYZ18.2215.198.63-
YUV109.18108.72158.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.35%
GREEN value IS 94 (37.11% from 255) = 29.28%
BLUE value IS 75 (29.69% from 255) = 23.36%
R=47.35%
G=29.28%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152947500.380.510.4014.8133.9244.51
Hex985E4B0263328f222d
Octal2301361130466350174255
Binary100110001011110100101101001101100111010001111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985E4B; }

 p { color: rgb(152,94,75); }

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

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

 a { background-color: rgb(152,94,75); }

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

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

 span { border-color: rgb(152,94,75); }

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