#99513F

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

Shades of Sepia #99513F

Tints of Sepia #99513F

Color information

#99513F (or 0x99513F) is unknown color: approx Sepia. HEX triplet: 99, 51 and 3F. RGB value is (153,81,63). Sum of RGB (Red+Green+Blue) = 153+81+63=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #99513F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99513F is #66AEC0. Grayscale: #646464. Windows color (decimal): -6729409 or 4149657. OLE color: 4149657.

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

Color convert

RGB1538163-
CMYK00.470.590.4
HSL12º41.67%42.35%-
HSV(B)12º58.82%60%-
XYZ16.9813.026.32-
YUV100.48106.85165.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.52%
GREEN value IS 81 (32.03% from 255) = 27.27%
BLUE value IS 63 (25% from 255) = 21.21%
R=51.52%
G=27.27%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.59
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153816300.470.590.41241.6742.35
Hex99513F02F3B28c2a2a
Octal231121770577350145252
Binary10011001101000111111101011111110111010001100101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99513F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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