#9A533D

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

Shades of Sepia #9A533D

Tints of Sepia #9A533D

Color information

#9A533D (or 0x9A533D) is unknown color: approx Sepia. HEX triplet: 9A, 53 and 3D. RGB value is (154,83,61). Sum of RGB (Red+Green+Blue) = 154+83+61=298 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.68% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 154 - color contains mainly: red. Hex color #9A533D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A533D is #65ACC2. Grayscale: #656565. Windows color (decimal): -6663363 or 4019098. OLE color: 4019098.

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

Color convert

RGB1548361-
CMYK00.460.600.40
HSL14.19º43.26%42.16%-
HSV(B)14.19º60.39%60.39%-
XYZ17.2613.396.09-
YUV101.72105.02165.29-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 51.68%
GREEN value IS 83 (32.81% from 255) = 27.85%
BLUE value IS 61 (24.22% from 255) = 20.47%
R=51.68%
G=27.85%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.60
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154836100.460.600.4014.1943.2642.16
Hex9A533D02E3C28e2b2a
Octal232123750567450165352
Binary10011010101001111110101011101111001010001110101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A533D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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