Html Css Color HEX #995440 Sepia

📋 copy color: '#995440'

red 153 ◦ green 84 ◦ blue 64

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

Shades of Sepia #995440

Tints of Sepia #995440

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.91%

 BLUE value IS 64 (25.39% from 255) = 21.26%

R = 50.83%
G = 27.91%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#995440 (or 0x995440) is known color: Sepia. HEX triplet: 99, 54 and 40. RGB value is (153,84,64). Sum of RGB (Red+Green+Blue) = 153+84+64=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #995440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995440 is #66ABBF. Grayscale: #666666. Windows color (decimal): -6728640 or 4215961. OLE color: 4215961.

HSL color Cylindrical-coordinate representation of color #995440: hue angle of 13.48º degrees, saturation: 0.41, 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 #995440 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 84 64 -
CMYK 0 0.45 0.58 0.4
HSL 13.48º 0.41% 0.43% -
HSV(B) 13.48º 0.58% 0.6% -
XYZ 17.23 13.48 6.54 -
YUV 102.35 106.36 164.13 -
System Red Green Blue C M Y K H S L
Decimal 153 84 64 0 0.45 0.58 0.4 13.48 0.41 0.43
Hex 99 54 40 0 2D 3A 28 D 29 2B
Octal 231 124 100 0 55 72 50 15 51 53
Binary 10011001 1010100 1000000 0 101101 111010 101000 1101 101001 101011

Color Harmonies of #995440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995440

Black with #995440

Text Example


Text Example

White with #995440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995440; }

 p { color: rgb(153,84,64); }

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

background-color css

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

 a { background-color: rgb(153,84,64); }

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

border-color css

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

 span { border-color: rgb(153,84,64); }

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