#9A583D

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

Shades of Sepia #9A583D

Tints of Sepia #9A583D

Color information

#9A583D (or 0x9A583D) is unknown color: approx Sepia. HEX triplet: 9A, 58 and 3D. RGB value is (154,88,61). Sum of RGB (Red+Green+Blue) = 154+88+61=303 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.83% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 154 - color contains mainly: red. Hex color #9A583D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A583D is #65A7C2. Grayscale: #686868. Windows color (decimal): -6662083 or 4020378. OLE color: 4020378.

HSL color Cylindrical-coordinate representation of color #9A583D: hue angle of 17.42º 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 #9A583D is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.40.

Color convert

RGB1548861-
CMYK00.430.600.40
HSL17.42º43.26%42.16%-
HSV(B)17.42º60.39%60.39%-
XYZ17.6614.196.22-
YUV104.66103.37163.2-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 50.83%
GREEN value IS 88 (34.77% from 255) = 29.04%
BLUE value IS 61 (24.22% from 255) = 20.13%
R=50.83%
G=29.04%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.60
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154886100.430.600.4017.4243.2642.16
Hex9A583D02B3C28112b2a
Octal232130750537450215352
Binary100110101011000111101010101111110010100010001101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A583D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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