Html Css Color HEX #9D503C Sepia

📋 copy color: '#9D503C'

red 157 ◦ green 80 ◦ blue 60

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

Shades of Sepia #9D503C

Tints of Sepia #9D503C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.94%

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

R = 52.86%
G = 26.94%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.38

RGB Variations

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

Color information

#9D503C (or 0x9D503C) is known color: Sepia. HEX triplet: 9D, 50 and 3C. RGB value is (157,80,60). Sum of RGB (Red+Green+Blue) = 157+80+60=297 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.86% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 157 - color contains mainly: red. Hex color #9D503C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D503C is #62AFC3. Grayscale: #646464. Windows color (decimal): -6467524 or 3952797. OLE color: 3952797.

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

Color convert

RGB 157 80 60 -
CMYK 0 0.49 0.62 0.38
HSL 12.37º 0.45% 0.43% -
HSV(B) 12.37º 0.62% 0.62% -
XYZ 17.59 13.23 5.9 -
YUV 100.74 105.01 168.13 -
System Red Green Blue C M Y K H S L
Decimal 157 80 60 0 0.49 0.62 0.38 12.37 0.45 0.43
Hex 9D 50 3C 0 31 3E 26 C 2D 2B
Octal 235 120 74 0 61 76 46 14 55 53
Binary 10011101 1010000 111100 0 110001 111110 100110 1100 101101 101011

Color Harmonies of #9D503C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D503C

Black with #9D503C

Text Example


Text Example

White with #9D503C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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