Html Css Color HEX #9C5E4D Sepia

📋 copy color: '#9C5E4D'

red 156 ◦ green 94 ◦ blue 77

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

Shades of Sepia #9C5E4D

Tints of Sepia #9C5E4D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.75%

 BLUE value IS 77 (30.47% from 255) = 23.55%

R = 47.71%
G = 28.75%
B = 23.55%

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

#9C5E4D (or 0x9C5E4D) is known color: Sepia. HEX triplet: 9C, 5E and 4D. RGB value is (156,94,77). Sum of RGB (Red+Green+Blue) = 156+94+77=327 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.71% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5E4D is #63A1B2. Grayscale: #6E6E6E. Windows color (decimal): -6529459 or 5070492. OLE color: 5070492.

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

Color convert

RGB 156 94 77 -
CMYK 0 0.40 0.51 0.39
HSL 12.91º 0.34% 0.46% -
HSV(B) 12.91º 0.51% 0.61% -
XYZ 19.05 15.61 9.03 -
YUV 110.6 109.04 160.38 -
System Red Green Blue C M Y K H S L
Decimal 156 94 77 0 0.40 0.51 0.39 12.91 0.34 0.46
Hex 9C 5E 4D 0 28 33 27 D 22 2E
Octal 234 136 115 0 50 63 47 15 42 56
Binary 10011100 1011110 1001101 0 101000 110011 100111 1101 100010 101110

Color Harmonies of #9C5E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5E4D

Black with #9C5E4D

Text Example


Text Example

White with #9C5E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,94,77); }

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

background-color css

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

 a { background-color: rgb(156,94,77); }

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

border-color css

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

 span { border-color: rgb(156,94,77); }

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