Html Css Color HEX #9C5E46 Sepia

📋 copy color: '#9C5E46'

red 156 ◦ green 94 ◦ blue 70

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

Shades of Sepia #9C5E46

Tints of Sepia #9C5E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.88%

R = 48.75%
G = 29.38%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#9C5E46 (or 0x9C5E46) is known color: Sepia. HEX triplet: 9C, 5E and 46. RGB value is (156,94,70). Sum of RGB (Red+Green+Blue) = 156+94+70=320 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.75% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 70 (27.73% from 255 or 21.88% from 320); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5E46 is #63A1B9. Grayscale: #6D6D6D. Windows color (decimal): -6529466 or 4611740. OLE color: 4611740.

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

Color convert

RGB 156 94 70 -
CMYK 0 0.40 0.55 0.39
HSL 16.74º 0.38% 0.44% -
HSV(B) 16.74º 0.55% 0.61% -
XYZ 18.82 15.52 7.8 -
YUV 109.8 105.54 160.95 -
System Red Green Blue C M Y K H S L
Decimal 156 94 70 0 0.40 0.55 0.39 16.74 0.38 0.44
Hex 9C 5E 46 0 28 37 27 11 26 2C
Octal 234 136 106 0 50 67 47 21 46 54
Binary 10011100 1011110 1000110 0 101000 110111 100111 10001 100110 101100

Color Harmonies of #9C5E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5E46

Black with #9C5E46

Text Example


Text Example

White with #9C5E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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