Html Css Color HEX #98513C Sepia

📋 copy color: '#98513C'

red 152 ◦ green 81 ◦ blue 60

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

Shades of Sepia #98513C

Tints of Sepia #98513C

RGB

 RED value IS 152 (59.77% from 255) = 51.88%

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

 BLUE value IS 60 (23.83% from 255) = 20.48%

R = 51.88%
G = 27.65%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.40

RGB Variations

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

Color information

#98513C (or 0x98513C) is known color: Sepia. HEX triplet: 98, 51 and 3C. RGB value is (152,81,60). Sum of RGB (Red+Green+Blue) = 152+81+60=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #98513C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98513C is #67AEC3. Grayscale: #636363. Windows color (decimal): -6794948 or 3953048. OLE color: 3953048.

HSL color Cylindrical-coordinate representation of color #98513C: hue angle of 13.7º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #98513C is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 81 60 -
CMYK 0 0.47 0.61 0.40
HSL 13.7º 0.43% 0.42% -
HSV(B) 13.7º 0.61% 0.6% -
XYZ 16.71 12.89 5.88 -
YUV 99.84 105.52 165.21 -
System Red Green Blue C M Y K H S L
Decimal 152 81 60 0 0.47 0.61 0.40 13.7 0.43 0.42
Hex 98 51 3C 0 2F 3D 28 E 2B 2A
Octal 230 121 74 0 57 75 50 16 53 52
Binary 10011000 1010001 111100 0 101111 111101 101000 1110 101011 101010

Color Harmonies of #98513C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98513C

Black with #98513C

Text Example


Text Example

White with #98513C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98513C; }

 p { color: rgb(152,81,60); }

 H1.HeaderClassName
 {
   color: #98513C;
 }
 .AnyTagClassName
 {
   color: #98513C;
 }
</style>

background-color css

<style>
 a { background-color: #98513C; }

 a { background-color: rgb(152,81,60); }

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

border-color css

<style>
 span { border-color: #98513C; }

 span { border-color: rgb(152,81,60); }

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