Html Css Color HEX #985F4A Sepia

📋 copy color: '#985F4A'

red 152 ◦ green 95 ◦ blue 74

#985F4A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sepia #985F4A

Tints of Sepia #985F4A

RGB

 RED value IS 152 (59.77% from 255) = 47.35%

 GREEN value IS 95 (37.5% from 255) = 29.6%

 BLUE value IS 74 (29.3% from 255) = 23.05%

R = 47.35%
G = 29.6%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#985F4A (or 0x985F4A) is known color: Sepia. HEX triplet: 98, 5F and 4A. RGB value is (152,95,74). Sum of RGB (Red+Green+Blue) = 152+95+74=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #985F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985F4A is #67A0B5. Grayscale: #6D6D6D. Windows color (decimal): -6791350 or 4874136. OLE color: 4874136.

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

Color convert

RGB 152 95 74 -
CMYK 0 0.38 0.51 0.40
HSL 16.15º 0.35% 0.44% -
HSV(B) 16.15º 0.51% 0.6% -
XYZ 18.28 15.35 8.48 -
YUV 109.65 107.88 158.21 -
System Red Green Blue C M Y K H S L
Decimal 152 95 74 0 0.38 0.51 0.40 16.15 0.35 0.44
Hex 98 5F 4A 0 26 33 28 10 23 2C
Octal 230 137 112 0 46 63 50 20 43 54
Binary 10011000 1011111 1001010 0 100110 110011 101000 10000 100011 101100

Color Harmonies of #985F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985F4A

Black with #985F4A

Text Example


Text Example

White with #985F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #985F4A;
 }
 .AnyTagClassName
 {
   color: #985F4A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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