#99513D

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

Shades of Sepia #99513D

Tints of Sepia #99513D

Color information

#99513D (or 0x99513D) is unknown color: approx Sepia. HEX triplet: 99, 51 and 3D. RGB value is (153,81,61). Sum of RGB (Red+Green+Blue) = 153+81+61=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #99513D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99513D is #66AEC2. Grayscale: #646464. Windows color (decimal): -6729411 or 4018585. OLE color: 4018585.

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

Color convert

RGB1538161-
CMYK00.470.600.4
HSL13.04º42.99%41.96%-
HSV(B)13.04º60.13%60%-
XYZ16.9212.996.03-
YUV100.25105.85165.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.86%
GREEN value IS 81 (32.03% from 255) = 27.46%
BLUE value IS 61 (24.22% from 255) = 20.68%
R=51.86%
G=27.46%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.60
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153816100.470.600.413.0442.9941.96
Hex99513D02F3C28d2b2a
Octal231121750577450155352
Binary10011001101000111110101011111111001010001101101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99513D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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