#99523E

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

Shades of Sepia #99523E

Tints of Sepia #99523E

Color information

#99523E (or 0x99523E) is unknown color: approx Sepia. HEX triplet: 99, 52 and 3E. RGB value is (153,82,62). Sum of RGB (Red+Green+Blue) = 153+82+62=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #99523E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99523E is #66ADC1. Grayscale: #656565. Windows color (decimal): -6729154 or 4084377. OLE color: 4084377.

HSL color Cylindrical-coordinate representation of color #99523E: hue angle of 13.19º 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 #99523E is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB1538262-
CMYK00.460.590.4
HSL13.19º42.33%42.16%-
HSV(B)13.19º59.48%60%-
XYZ17.0213.156.2-
YUV100.95106.02165.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.52%
GREEN value IS 82 (32.42% from 255) = 27.61%
BLUE value IS 62 (24.61% from 255) = 20.88%
R=51.52%
G=27.61%
B=20.88%

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
Decimal153826200.460.590.413.1942.3342.16
Hex99523E02E3B28d2a2a
Octal231122760567350155252
Binary10011001101001011111001011101110111010001101101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99523E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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