Html Css Color HEX #98553C Sepia

📋 copy color: '#98553C'

red 152 ◦ green 85 ◦ blue 60

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

Shades of Sepia #98553C

Tints of Sepia #98553C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.62%

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

R = 51.18%
G = 28.62%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.40

RGB Variations

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

Color information

#98553C (or 0x98553C) is known color: Sepia. HEX triplet: 98, 55 and 3C. RGB value is (152,85,60). Sum of RGB (Red+Green+Blue) = 152+85+60=297 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.18% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 152 - color contains mainly: red. Hex color #98553C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98553C is #67AAC3. Grayscale: #666666. Windows color (decimal): -6793924 or 3954072. OLE color: 3954072.

HSL color Cylindrical-coordinate representation of color #98553C: hue angle of 16.3º 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 #98553C is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 85 60 -
CMYK 0 0.44 0.61 0.40
HSL 16.3º 0.43% 0.42% -
HSV(B) 16.3º 0.61% 0.6% -
XYZ 17.01 13.5 5.98 -
YUV 102.18 104.2 163.53 -
System Red Green Blue C M Y K H S L
Decimal 152 85 60 0 0.44 0.61 0.40 16.3 0.43 0.42
Hex 98 55 3C 0 2C 3D 28 10 2B 2A
Octal 230 125 74 0 54 75 50 20 53 52
Binary 10011000 1010101 111100 0 101100 111101 101000 10000 101011 101010

Color Harmonies of #98553C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98553C

Black with #98553C

Text Example


Text Example

White with #98553C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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