Html Css Color HEX #985F4B Sepia

📋 copy color: '#985F4B'

red 152 ◦ green 95 ◦ blue 75

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

Shades of Sepia #985F4B

Tints of Sepia #985F4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.29%

R = 47.2%
G = 29.5%
B = 23.29%

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

#985F4B (or 0x985F4B) is known color: Sepia. HEX triplet: 98, 5F and 4B. RGB value is (152,95,75). Sum of RGB (Red+Green+Blue) = 152+95+75=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 152 - color contains mainly: red. Hex color #985F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985F4B is #67A0B4. Grayscale: #6D6D6D. Windows color (decimal): -6791349 or 4939672. OLE color: 4939672.

HSL color Cylindrical-coordinate representation of color #985F4B: hue angle of 15.58º 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 #985F4B is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 95 75 -
CMYK 0 0.38 0.51 0.40
HSL 15.58º 0.34% 0.45% -
HSV(B) 15.58º 0.51% 0.6% -
XYZ 18.31 15.37 8.66 -
YUV 109.76 108.38 158.13 -
System Red Green Blue C M Y K H S L
Decimal 152 95 75 0 0.38 0.51 0.40 15.58 0.34 0.45
Hex 98 5F 4B 0 26 33 28 10 22 2D
Octal 230 137 113 0 46 63 50 20 42 55
Binary 10011000 1011111 1001011 0 100110 110011 101000 10000 100010 101101

Color Harmonies of #985F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985F4B

Black with #985F4B

Text Example


Text Example

White with #985F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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