Html Css Color HEX #985544 Sepia

📋 copy color: '#985544'

red 152 ◦ green 85 ◦ blue 68

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

Shades of Sepia #985544

Tints of Sepia #985544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.3%

R = 49.84%
G = 27.87%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.40

RGB Variations

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

Color information

#985544 (or 0x985544) is known color: Sepia. HEX triplet: 98, 55 and 44. RGB value is (152,85,68). Sum of RGB (Red+Green+Blue) = 152+85+68=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #985544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985544 is #67AABB. Grayscale: #676767. Windows color (decimal): -6793916 or 4478360. OLE color: 4478360.

HSL color Cylindrical-coordinate representation of color #985544: hue angle of 12.14º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #985544 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 85 68 -
CMYK 0 0.44 0.55 0.40
HSL 12.14º 0.38% 0.43% -
HSV(B) 12.14º 0.55% 0.6% -
XYZ 17.24 13.59 7.18 -
YUV 103.1 108.2 162.88 -
System Red Green Blue C M Y K H S L
Decimal 152 85 68 0 0.44 0.55 0.40 12.14 0.38 0.43
Hex 98 55 44 0 2C 37 28 C 26 2B
Octal 230 125 104 0 54 67 50 14 46 53
Binary 10011000 1010101 1000100 0 101100 110111 101000 1100 100110 101011

Color Harmonies of #985544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985544

Black with #985544

Text Example


Text Example

White with #985544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985544; }

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

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

background-color css

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

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

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

border-color css

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

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

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