#9A553D

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

Shades of Sepia #9A553D

Tints of Sepia #9A553D

Color information

#9A553D (or 0x9A553D) is unknown color: approx Sepia. HEX triplet: 9A, 55 and 3D. RGB value is (154,85,61). Sum of RGB (Red+Green+Blue) = 154+85+61=300 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.33% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 154 - color contains mainly: red. Hex color #9A553D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A553D is #65AAC2. Grayscale: #676767. Windows color (decimal): -6662851 or 4019610. OLE color: 4019610.

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

Color convert

RGB1548561-
CMYK00.450.600.40
HSL15.48º43.26%42.16%-
HSV(B)15.48º60.39%60.39%-
XYZ17.4213.76.14-
YUV102.9104.36164.45-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 51.33%
GREEN value IS 85 (33.59% from 255) = 28.33%
BLUE value IS 61 (24.22% from 255) = 20.33%
R=51.33%
G=28.33%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.60
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154856100.450.600.4015.4843.2642.16
Hex9A553D02D3C28f2b2a
Octal232125750557450175352
Binary10011010101010111110101011011111001010001111101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A553D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,85,61); }

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

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

 a { background-color: rgb(154,85,61); }

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

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

 span { border-color: rgb(154,85,61); }

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