Html Css Color HEX #9F5D43 Sepia

📋 copy color: '#9F5D43'

red 159 ◦ green 93 ◦ blue 67

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

Shades of Sepia #9F5D43

Tints of Sepia #9F5D43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21%

R = 49.84%
G = 29.15%
B = 21%

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

#9F5D43 (or 0x9F5D43) is known color: Sepia. HEX triplet: 9F, 5D and 43. RGB value is (159,93,67). Sum of RGB (Red+Green+Blue) = 159+93+67=319 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.84% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 67 (26.56% from 255 or 21.00% from 319); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5D43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5D43 is #60A2BC. Grayscale: #6D6D6D. Windows color (decimal): -6333117 or 4414879. OLE color: 4414879.

HSL color Cylindrical-coordinate representation of color #9F5D43: hue angle of 16.96º 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 #9F5D43 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 93 67 -
CMYK 0 0.42 0.58 0.38
HSL 16.96º 0.41% 0.44% -
HSV(B) 16.96º 0.58% 0.62% -
XYZ 19.23 15.6 7.31 -
YUV 109.77 103.87 163.11 -
System Red Green Blue C M Y K H S L
Decimal 159 93 67 0 0.42 0.58 0.38 16.96 0.41 0.44
Hex 9F 5D 43 0 2A 3A 26 11 29 2C
Octal 237 135 103 0 52 72 46 21 51 54
Binary 10011111 1011101 1000011 0 101010 111010 100110 10001 101001 101100

Color Harmonies of #9F5D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5D43

Black with #9F5D43

Text Example


Text Example

White with #9F5D43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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