Html Css Color HEX #9D5C42 Sepia

📋 copy color: '#9D5C42'

red 157 ◦ green 92 ◦ blue 66

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

Shades of Sepia #9D5C42

Tints of Sepia #9D5C42

RGB

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

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

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

R = 49.84%
G = 29.21%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#9D5C42 (or 0x9D5C42) is known color: Sepia. HEX triplet: 9D, 5C and 42. RGB value is (157,92,66). Sum of RGB (Red+Green+Blue) = 157+92+66=315 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.84% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5C42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5C42 is #62A3BD. Grayscale: #6C6C6C. Windows color (decimal): -6464446 or 4349085. OLE color: 4349085.

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

Color convert

RGB 157 92 66 -
CMYK 0 0.41 0.58 0.38
HSL 17.14º 0.41% 0.44% -
HSV(B) 17.14º 0.58% 0.62% -
XYZ 18.72 15.22 7.1 -
YUV 108.47 104.03 162.61 -
System Red Green Blue C M Y K H S L
Decimal 157 92 66 0 0.41 0.58 0.38 17.14 0.41 0.44
Hex 9D 5C 42 0 29 3A 26 11 29 2C
Octal 235 134 102 0 51 72 46 21 51 54
Binary 10011101 1011100 1000010 0 101001 111010 100110 10001 101001 101100

Color Harmonies of #9D5C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5C42

Black with #9D5C42

Text Example


Text Example

White with #9D5C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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