Html Css Color HEX #985841 Sepia

📋 copy color: '#985841'

red 152 ◦ green 88 ◦ blue 65

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

Shades of Sepia #985841

Tints of Sepia #985841

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.85%

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

R = 49.84%
G = 28.85%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#985841 (or 0x985841) is known color: Sepia. HEX triplet: 98, 58 and 41. RGB value is (152,88,65). Sum of RGB (Red+Green+Blue) = 152+88+65=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #985841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985841 is #67A7BE. Grayscale: #686868. Windows color (decimal): -6793151 or 4282520. OLE color: 4282520.

HSL color Cylindrical-coordinate representation of color #985841: hue angle of 15.86º 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 #985841 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 88 65 -
CMYK 0 0.42 0.57 0.40
HSL 15.86º 0.4% 0.43% -
HSV(B) 15.86º 0.57% 0.6% -
XYZ 17.39 14.04 6.79 -
YUV 104.51 105.7 161.87 -
System Red Green Blue C M Y K H S L
Decimal 152 88 65 0 0.42 0.57 0.40 15.86 0.4 0.43
Hex 98 58 41 0 2A 39 28 10 28 2B
Octal 230 130 101 0 52 71 50 20 50 53
Binary 10011000 1011000 1000001 0 101010 111001 101000 10000 101000 101011

Color Harmonies of #985841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985841

Black with #985841

Text Example


Text Example

White with #985841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985841; }

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

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

background-color css

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

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

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

border-color css

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

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

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