Html Css Color HEX #985541 Sepia

📋 copy color: '#985541'

red 152 ◦ green 85 ◦ blue 65

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

Shades of Sepia #985541

Tints of Sepia #985541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.52%

R = 50.33%
G = 28.15%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#985541 (or 0x985541) is known color: Sepia. HEX triplet: 98, 55 and 41. RGB value is (152,85,65). Sum of RGB (Red+Green+Blue) = 152+85+65=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #985541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985541 is #67AABE. Grayscale: #666666. Windows color (decimal): -6793919 or 4281752. OLE color: 4281752.

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

Color convert

RGB 152 85 65 -
CMYK 0 0.44 0.57 0.40
HSL 13.79º 0.4% 0.43% -
HSV(B) 13.79º 0.57% 0.6% -
XYZ 17.15 13.55 6.71 -
YUV 102.75 106.7 163.13 -
System Red Green Blue C M Y K H S L
Decimal 152 85 65 0 0.44 0.57 0.40 13.79 0.4 0.43
Hex 98 55 41 0 2C 39 28 E 28 2B
Octal 230 125 101 0 54 71 50 16 50 53
Binary 10011000 1010101 1000001 0 101100 111001 101000 1110 101000 101011

Color Harmonies of #985541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985541

Black with #985541

Text Example


Text Example

White with #985541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985541; }

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

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

background-color css

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

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

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

border-color css

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

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

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