Html Css Color HEX #995741 Sepia

📋 copy color: '#995741'

red 153 ◦ green 87 ◦ blue 65

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

Shades of Sepia #995741

Tints of Sepia #995741

RGB

 RED value IS 153 (60.16% from 255) = 50.16%

 GREEN value IS 87 (34.38% from 255) = 28.52%

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

R = 50.16%
G = 28.52%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#995741 (or 0x995741) is known color: Sepia. HEX triplet: 99, 57 and 41. RGB value is (153,87,65). Sum of RGB (Red+Green+Blue) = 153+87+65=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #995741 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995741 is #66A8BE. Grayscale: #686868. Windows color (decimal): -6727871 or 4282265. OLE color: 4282265.

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

Color convert

RGB 153 87 65 -
CMYK 0 0.43 0.58 0.4
HSL 15º 0.4% 0.43% -
HSV(B) 15º 0.58% 0.6% -
XYZ 17.5 13.97 6.78 -
YUV 104.23 105.87 162.79 -
System Red Green Blue C M Y K H S L
Decimal 153 87 65 0 0.43 0.58 0.4 15 0.4 0.43
Hex 99 57 41 0 2B 3A 28 F 28 2B
Octal 231 127 101 0 53 72 50 17 50 53
Binary 10011001 1010111 1000001 0 101011 111010 101000 1111 101000 101011

Color Harmonies of #995741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995741

Black with #995741

Text Example


Text Example

White with #995741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995741; }

 p { color: rgb(153,87,65); }

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

background-color css

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

 a { background-color: rgb(153,87,65); }

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

border-color css

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

 span { border-color: rgb(153,87,65); }

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