Html Css Color HEX #99513D Sepia

📋 copy color: '#99513D'

red 153 ◦ green 81 ◦ blue 61

#99513D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sepia #99513D

Tints of Sepia #99513D

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 value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.4

RGB Variations

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

Color information

#99513D (or 0x99513D) is known color: 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

RGB 153 81 61 -
CMYK 0 0.47 0.60 0.4
HSL 13.04º 0.43% 0.42% -
HSV(B) 13.04º 0.6% 0.6% -
XYZ 16.92 12.99 6.03 -
YUV 100.25 105.85 165.63 -
System Red Green Blue C M Y K H S L
Decimal 153 81 61 0 0.47 0.60 0.4 13.04 0.43 0.42
Hex 99 51 3D 0 2F 3C 28 D 2B 2A
Octal 231 121 75 0 57 74 50 15 53 52
Binary 10011001 1010001 111101 0 101111 111100 101000 1101 101011 101010

Color Harmonies of #99513D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99513D

Black with #99513D

Text Example


Text Example

White with #99513D

Text Example


Text Example

HTML Codes & Css Web 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>