Html Css Color HEX #9D553C Sepia

📋 copy color: '#9D553C'

red 157 ◦ green 85 ◦ blue 60

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

Shades of Sepia #9D553C

Tints of Sepia #9D553C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.15%

 BLUE value IS 60 (23.83% from 255) = 19.87%

R = 51.99%
G = 28.15%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.38

RGB Variations

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

Color information

#9D553C (or 0x9D553C) is known color: Sepia. HEX triplet: 9D, 55 and 3C. RGB value is (157,85,60). Sum of RGB (Red+Green+Blue) = 157+85+60=302 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.99% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 157 - color contains mainly: red. Hex color #9D553C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D553C is #62AAC3. Grayscale: #676767. Windows color (decimal): -6466244 or 3954077. OLE color: 3954077.

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

Color convert

RGB 157 85 60 -
CMYK 0 0.46 0.62 0.38
HSL 15.46º 0.45% 0.43% -
HSV(B) 15.46º 0.62% 0.62% -
XYZ 17.97 13.99 6.03 -
YUV 103.68 103.35 166.03 -
System Red Green Blue C M Y K H S L
Decimal 157 85 60 0 0.46 0.62 0.38 15.46 0.45 0.43
Hex 9D 55 3C 0 2E 3E 26 F 2D 2B
Octal 235 125 74 0 56 76 46 17 55 53
Binary 10011101 1010101 111100 0 101110 111110 100110 1111 101101 101011

Color Harmonies of #9D553C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D553C

Black with #9D553C

Text Example


Text Example

White with #9D553C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,85,60); }

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

background-color css

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

 a { background-color: rgb(157,85,60); }

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

border-color css

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

 span { border-color: rgb(157,85,60); }

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