Html Css Color HEX #9F5D42 Sepia

📋 copy color: '#9F5D42'

red 159 ◦ green 93 ◦ blue 66

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

Shades of Sepia #9F5D42

Tints of Sepia #9F5D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.75%

R = 50%
G = 29.25%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#9F5D42 (or 0x9F5D42) is known color: Sepia. HEX triplet: 9F, 5D and 42. RGB value is (159,93,66). Sum of RGB (Red+Green+Blue) = 159+93+66=318 (42% of max value = 765). Red value is 159 (62.5% from 255 or 50% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5D42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5D42 is #60A2BD. Grayscale: #6D6D6D. Windows color (decimal): -6333118 or 4349343. OLE color: 4349343.

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

Color convert

RGB 159 93 66 -
CMYK 0 0.42 0.58 0.38
HSL 17.42º 0.41% 0.44% -
HSV(B) 17.42º 0.58% 0.62% -
XYZ 19.2 15.59 7.15 -
YUV 109.66 103.37 163.2 -
System Red Green Blue C M Y K H S L
Decimal 159 93 66 0 0.42 0.58 0.38 17.42 0.41 0.44
Hex 9F 5D 42 0 2A 3A 26 11 29 2C
Octal 237 135 102 0 52 72 46 21 51 54
Binary 10011111 1011101 1000010 0 101010 111010 100110 10001 101001 101100

Color Harmonies of #9F5D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5D42

Black with #9F5D42

Text Example


Text Example

White with #9F5D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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