Html Css Color HEX #9C5D4C Sepia

📋 copy color: '#9C5D4C'

red 156 ◦ green 93 ◦ blue 76

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

Shades of Sepia #9C5D4C

Tints of Sepia #9C5D4C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.62%

 BLUE value IS 76 (30.08% from 255) = 23.38%

R = 48%
G = 28.62%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#9C5D4C (or 0x9C5D4C) is known color: Sepia. HEX triplet: 9C, 5D and 4C. RGB value is (156,93,76). Sum of RGB (Red+Green+Blue) = 156+93+76=325 (43% of max value = 765). Red value is 156 (61.33% from 255 or 48% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5D4C is #63A2B3. Grayscale: #6E6E6E. Windows color (decimal): -6529716 or 5004700. OLE color: 5004700.

HSL color Cylindrical-coordinate representation of color #9C5D4C: hue angle of 12.75º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C5D4C is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 93 76 -
CMYK 0 0.40 0.51 0.39
HSL 12.75º 0.34% 0.45% -
HSV(B) 12.75º 0.51% 0.61% -
XYZ 18.93 15.42 8.82 -
YUV 109.9 108.87 160.88 -
System Red Green Blue C M Y K H S L
Decimal 156 93 76 0 0.40 0.51 0.39 12.75 0.34 0.45
Hex 9C 5D 4C 0 28 33 27 D 22 2D
Octal 234 135 114 0 50 63 47 15 42 55
Binary 10011100 1011101 1001100 0 101000 110011 100111 1101 100010 101101

Color Harmonies of #9C5D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5D4C

Black with #9C5D4C

Text Example


Text Example

White with #9C5D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,93,76); }

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

background-color css

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

 a { background-color: rgb(156,93,76); }

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

border-color css

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

 span { border-color: rgb(156,93,76); }

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