#9c5842

Color #9C5842 Sepia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sepia #9C5842

Tints of Sepia #9C5842

Color information

#9C5842 (or 0x9C5842) is unknown color: approx Sepia. HEX triplet: 9C, 58 and 42. RGB value is (156,88,66). Sum of RGB (Red+Green+Blue) = 156+88+66=310 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50.32% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5842 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5842 is #63A7BD. Grayscale: #696969. Windows color (decimal): -6531006 or 4348060. OLE color: 4348060.

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

Color convert

RGB1568866-
CMYK00.440.580.39
HSL14.67º40.54%43.53%-
HSV(B)14.67º57.69%61.18%-
XYZ18.1814.446.98-
YUV105.82105.53163.79-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50.32%
GREEN value IS 88 (34.77% from 255) = 28.39%
BLUE value IS 66 (26.17% from 255) = 21.29%
R=50.32%
G=28.39%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156886600.440.580.3914.6740.5443.53
Hex9C584202C3A27f292c
Octal2341301020547247175154
Binary100111001011000100001001011001110101001111111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c5842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,88,66); }

 H1.HeaderClassName
 {
   color: #9c5842;
 }
 .AnyTagClassName
 {
   color: #9c5842;
 }
</style>
background-color css

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

 a { background-color: rgb(156,88,66); }

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

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

 span { border-color: rgb(156,88,66); }

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