#99523F

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

Shades of Sepia #99523F

Tints of Sepia #99523F

Color information

#99523F (or 0x99523F) is unknown color: approx Sepia. HEX triplet: 99, 52 and 3F. RGB value is (153,82,63). Sum of RGB (Red+Green+Blue) = 153+82+63=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #99523F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99523F is #66ADC0. Grayscale: #656565. Windows color (decimal): -6729153 or 4149913. OLE color: 4149913.

HSL color Cylindrical-coordinate representation of color #99523F: hue angle of 12.67º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #99523F is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB1538263-
CMYK00.460.590.4
HSL12.67º41.67%42.35%-
HSV(B)12.67º58.82%60%-
XYZ17.0513.176.35-
YUV101.06106.52165.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.34%
GREEN value IS 82 (32.42% from 255) = 27.52%
BLUE value IS 63 (25% from 255) = 21.14%
R=51.34%
G=27.52%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153826300.460.590.412.6741.6742.35
Hex99523F02E3B28d2a2a
Octal231122770567350155252
Binary10011001101001011111101011101110111010001101101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99523F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99523F; }

 p { color: rgb(153,82,63); }

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

<style>
 a { background-color: #99523F; }

 a { background-color: rgb(153,82,63); }

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

<style>
 span { border-color: #99523F; }

 span { border-color: rgb(153,82,63); }

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