Html Css Color HEX #9C503C Sepia

📋 copy color: '#9C503C'

red 156 ◦ green 80 ◦ blue 60

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

Shades of Sepia #9C503C

Tints of Sepia #9C503C

RGB

 RED value IS 156 (61.33% from 255) = 52.7%

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

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

R = 52.7%
G = 27.03%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.39

RGB Variations

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

Color information

#9C503C (or 0x9C503C) is known color: Sepia. HEX triplet: 9C, 50 and 3C. RGB value is (156,80,60). Sum of RGB (Red+Green+Blue) = 156+80+60=296 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.70% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 156 - color contains mainly: red. Hex color #9C503C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C503C is #63AFC3. Grayscale: #646464. Windows color (decimal): -6533060 or 3952796. OLE color: 3952796.

HSL color Cylindrical-coordinate representation of color #9C503C: hue angle of 12.5º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9C503C is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 80 60 -
CMYK 0 0.49 0.62 0.39
HSL 12.5º 0.44% 0.42% -
HSV(B) 12.5º 0.62% 0.61% -
XYZ 17.39 13.13 5.89 -
YUV 100.44 105.18 167.63 -
System Red Green Blue C M Y K H S L
Decimal 156 80 60 0 0.49 0.62 0.39 12.5 0.44 0.42
Hex 9C 50 3C 0 31 3E 27 C 2C 2A
Octal 234 120 74 0 61 76 47 14 54 52
Binary 10011100 1010000 111100 0 110001 111110 100111 1100 101100 101010

Color Harmonies of #9C503C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C503C

Black with #9C503C

Text Example


Text Example

White with #9C503C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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