Html Css Color HEX #9D5C47 Sepia

📋 copy color: '#9D5C47'

red 157 ◦ green 92 ◦ blue 71

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

Shades of Sepia #9D5C47

Tints of Sepia #9D5C47

RGB

 RED value IS 157 (61.72% from 255) = 49.06%

 GREEN value IS 92 (36.33% from 255) = 28.75%

 BLUE value IS 71 (28.13% from 255) = 22.19%

R = 49.06%
G = 28.75%
B = 22.19%

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

#9D5C47 (or 0x9D5C47) is known color: Sepia. HEX triplet: 9D, 5C and 47. RGB value is (157,92,71). Sum of RGB (Red+Green+Blue) = 157+92+71=320 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.06% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5C47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5C47 is #62A3B8. Grayscale: #6D6D6D. Windows color (decimal): -6464441 or 4676765. OLE color: 4676765.

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

Color convert

RGB 157 92 71 -
CMYK 0 0.41 0.55 0.38
HSL 14.65º 0.38% 0.45% -
HSV(B) 14.65º 0.55% 0.62% -
XYZ 18.87 15.28 7.92 -
YUV 109.04 106.53 162.21 -
System Red Green Blue C M Y K H S L
Decimal 157 92 71 0 0.41 0.55 0.38 14.65 0.38 0.45
Hex 9D 5C 47 0 29 37 26 F 26 2D
Octal 235 134 107 0 51 67 46 17 46 55
Binary 10011101 1011100 1000111 0 101001 110111 100110 1111 100110 101101

Color Harmonies of #9D5C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5C47

Black with #9D5C47

Text Example


Text Example

White with #9D5C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,92,71); }

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

background-color css

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

 a { background-color: rgb(157,92,71); }

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

border-color css

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

 span { border-color: rgb(157,92,71); }

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