Html Css Color HEX #985941 Sepia

📋 copy color: '#985941'

red 152 ◦ green 89 ◦ blue 65

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

Shades of Sepia #985941

Tints of Sepia #985941

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.08%

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

R = 49.67%
G = 29.08%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#985941 (or 0x985941) is known color: Sepia. HEX triplet: 98, 59 and 41. RGB value is (152,89,65). Sum of RGB (Red+Green+Blue) = 152+89+65=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #985941 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985941 is #67A6BE. Grayscale: #696969. Windows color (decimal): -6792895 or 4282776. OLE color: 4282776.

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

Color convert

RGB 152 89 65 -
CMYK 0 0.41 0.57 0.40
HSL 16.55º 0.4% 0.43% -
HSV(B) 16.55º 0.57% 0.6% -
XYZ 17.48 14.2 6.82 -
YUV 105.1 105.37 161.45 -
System Red Green Blue C M Y K H S L
Decimal 152 89 65 0 0.41 0.57 0.40 16.55 0.4 0.43
Hex 98 59 41 0 29 39 28 11 28 2B
Octal 230 131 101 0 51 71 50 21 50 53
Binary 10011000 1011001 1000001 0 101001 111001 101000 10001 101000 101011

Color Harmonies of #985941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985941

Black with #985941

Text Example


Text Example

White with #985941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985941; }

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

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

background-color css

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

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

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

border-color css

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

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

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