#9A5C3C

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

Shades of Sepia #9A5C3C

Tints of Sepia #9A5C3C

Color information

#9A5C3C (or 0x9A5C3C) is unknown color: approx Sepia. HEX triplet: 9A, 5C and 3C. RGB value is (154,92,60). Sum of RGB (Red+Green+Blue) = 154+92+60=306 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.33% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5C3C is #65A3C3. Grayscale: #6B6B6B. Windows color (decimal): -6661060 or 3955866. OLE color: 3955866.

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

Color convert

RGB1549260-
CMYK00.400.610.40
HSL20.43º43.93%41.96%-
HSV(B)20.43º61.04%60.39%-
XYZ17.9714.856.19-
YUV106.89101.54161.6-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 50.33%
GREEN value IS 92 (36.33% from 255) = 30.07%
BLUE value IS 60 (23.83% from 255) = 19.61%
R=50.33%
G=30.07%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154926000.400.610.4020.4343.9341.96
Hex9A5C3C0283D28142c2a
Octal232134740507550245452
Binary100110101011100111100010100011110110100010100101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,92,60); }

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

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

 a { background-color: rgb(154,92,60); }

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

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

 span { border-color: rgb(154,92,60); }

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