#9A583A

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

Shades of Sepia #9A583A

Tints of Sepia #9A583A

Color information

#9A583A (or 0x9A583A) is unknown color: approx Sepia. HEX triplet: 9A, 58 and 3A. RGB value is (154,88,58). Sum of RGB (Red+Green+Blue) = 154+88+58=300 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.33% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 154 - color contains mainly: red. Hex color #9A583A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A583A is #65A7C5. Grayscale: #686868. Windows color (decimal): -6662086 or 3823770. OLE color: 3823770.

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

Color convert

RGB1548858-
CMYK00.430.620.40
HSL18.75º45.28%41.57%-
HSV(B)18.75º62.34%60.39%-
XYZ17.5814.155.81-
YUV104.31101.87163.44-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 51.33%
GREEN value IS 88 (34.77% from 255) = 29.33%
BLUE value IS 58 (23.05% from 255) = 19.33%
R=51.33%
G=29.33%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154885800.430.620.4018.7545.2841.57
Hex9A583A02B3E28132d2a
Octal232130720537650235552
Binary100110101011000111010010101111111010100010011101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A583A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,88,58); }

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

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

 a { background-color: rgb(154,88,58); }

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

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

 span { border-color: rgb(154,88,58); }

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