Html Css Color HEX #9F5E48 Sepia

📋 copy color: '#9F5E48'

red 159 ◦ green 94 ◦ blue 72

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

Shades of Sepia #9F5E48

Tints of Sepia #9F5E48

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.92%

 BLUE value IS 72 (28.52% from 255) = 22.15%

R = 48.92%
G = 28.92%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.38

RGB Variations

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

Color information

#9F5E48 (or 0x9F5E48) is known color: Sepia. HEX triplet: 9F, 5E and 48. RGB value is (159,94,72). Sum of RGB (Red+Green+Blue) = 159+94+72=325 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.92% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5E48 is #60A1B7. Grayscale: #6F6F6F. Windows color (decimal): -6332856 or 4742815. OLE color: 4742815.

HSL color Cylindrical-coordinate representation of color #9F5E48: hue angle of 15.17º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F5E48 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 94 72 -
CMYK 0 0.41 0.55 0.38
HSL 15.17º 0.38% 0.45% -
HSV(B) 15.17º 0.55% 0.62% -
XYZ 19.47 15.84 8.16 -
YUV 110.93 106.03 162.29 -
System Red Green Blue C M Y K H S L
Decimal 159 94 72 0 0.41 0.55 0.38 15.17 0.38 0.45
Hex 9F 5E 48 0 29 37 26 F 26 2D
Octal 237 136 110 0 51 67 46 17 46 55
Binary 10011111 1011110 1001000 0 101001 110111 100110 1111 100110 101101

Color Harmonies of #9F5E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5E48

Black with #9F5E48

Text Example


Text Example

White with #9F5E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,94,72); }

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

background-color css

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

 a { background-color: rgb(159,94,72); }

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

border-color css

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

 span { border-color: rgb(159,94,72); }

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