#9A533C

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

Shades of Sepia #9A533C

Tints of Sepia #9A533C

Color information

#9A533C (or 0x9A533C) is unknown color: approx Sepia. HEX triplet: 9A, 53 and 3C. RGB value is (154,83,60). Sum of RGB (Red+Green+Blue) = 154+83+60=297 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.85% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 154 - color contains mainly: red. Hex color #9A533C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A533C is #65ACC3. Grayscale: #656565. Windows color (decimal): -6663364 or 3953562. OLE color: 3953562.

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

Color convert

RGB1548360-
CMYK00.460.610.40
HSL14.68º43.93%41.96%-
HSV(B)14.68º61.04%60.39%-
XYZ17.2413.385.95-
YUV101.61104.52165.37-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 51.85%
GREEN value IS 83 (32.81% from 255) = 27.95%
BLUE value IS 60 (23.83% from 255) = 20.20%
R=51.85%
G=27.95%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154836000.460.610.4014.6843.9341.96
Hex9A533C02E3D28f2c2a
Octal232123740567550175452
Binary10011010101001111110001011101111011010001111101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A533C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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