Html Css Color HEX #9D513E Sepia

📋 copy color: '#9D513E'

red 157 ◦ green 81 ◦ blue 62

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

Shades of Sepia #9D513E

Tints of Sepia #9D513E

RGB

 RED value IS 157 (61.72% from 255) = 52.33%

 GREEN value IS 81 (32.03% from 255) = 27%

 BLUE value IS 62 (24.61% from 255) = 20.67%

R = 52.33%
G = 27%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.38

RGB Variations

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

Color information

#9D513E (or 0x9D513E) is known color: Sepia. HEX triplet: 9D, 51 and 3E. RGB value is (157,81,62). Sum of RGB (Red+Green+Blue) = 157+81+62=300 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.33% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 157 - color contains mainly: red. Hex color #9D513E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D513E is #62AEC1. Grayscale: #656565. Windows color (decimal): -6467266 or 4084125. OLE color: 4084125.

HSL color Cylindrical-coordinate representation of color #9D513E: hue angle of 12º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9D513E is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 81 62 -
CMYK 0 0.48 0.61 0.38
HSL 12º 0.43% 0.43% -
HSV(B) 12º 0.61% 0.62% -
XYZ 17.72 13.4 6.21 -
YUV 101.56 105.68 167.54 -
System Red Green Blue C M Y K H S L
Decimal 157 81 62 0 0.48 0.61 0.38 12 0.43 0.43
Hex 9D 51 3E 0 30 3D 26 C 2B 2B
Octal 235 121 76 0 60 75 46 14 53 53
Binary 10011101 1010001 111110 0 110000 111101 100110 1100 101011 101011

Color Harmonies of #9D513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D513E

Black with #9D513E

Text Example


Text Example

White with #9D513E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D513E; }

 p { color: rgb(157,81,62); }

 H1.HeaderClassName
 {
   color: #9D513E;
 }
 .AnyTagClassName
 {
   color: #9D513E;
 }
</style>

background-color css

<style>
 a { background-color: #9D513E; }

 a { background-color: rgb(157,81,62); }

 div.DivClassName
 {
   background-color: #9D513E;
 }
 .BgClassName
 {
   background-color: #9D513E;
 }
</style>

border-color css

<style>
 span { border-color: #9D513E; }

 span { border-color: rgb(157,81,62); }

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