Html Css Color HEX #9F5D4A Sepia

📋 copy color: '#9F5D4A'

red 159 ◦ green 93 ◦ blue 74

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

Shades of Sepia #9F5D4A

Tints of Sepia #9F5D4A

RGB

 RED value IS 159 (62.5% from 255) = 48.77%

 GREEN value IS 93 (36.72% from 255) = 28.53%

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

R = 48.77%
G = 28.53%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#9F5D4A (or 0x9F5D4A) is known color: Sepia. HEX triplet: 9F, 5D and 4A. RGB value is (159,93,74). Sum of RGB (Red+Green+Blue) = 159+93+74=326 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.77% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5D4A is #60A2B5. Grayscale: #6E6E6E. Windows color (decimal): -6333110 or 4873631. OLE color: 4873631.

HSL color Cylindrical-coordinate representation of color #9F5D4A: hue angle of 13.41º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9F5D4A is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 93 74 -
CMYK 0 0.42 0.53 0.38
HSL 13.41º 0.36% 0.46% -
HSV(B) 13.41º 0.53% 0.62% -
XYZ 19.45 15.69 8.48 -
YUV 110.57 107.37 162.54 -
System Red Green Blue C M Y K H S L
Decimal 159 93 74 0 0.42 0.53 0.38 13.41 0.36 0.46
Hex 9F 5D 4A 0 2A 35 26 D 24 2E
Octal 237 135 112 0 52 65 46 15 44 56
Binary 10011111 1011101 1001010 0 101010 110101 100110 1101 100100 101110

Color Harmonies of #9F5D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5D4A

Black with #9F5D4A

Text Example


Text Example

White with #9F5D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F5D4A; }

 p { color: rgb(159,93,74); }

 H1.HeaderClassName
 {
   color: #9F5D4A;
 }
 .AnyTagClassName
 {
   color: #9F5D4A;
 }
</style>

background-color css

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

 a { background-color: rgb(159,93,74); }

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

border-color css

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

 span { border-color: rgb(159,93,74); }

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