Html Css Color HEX #995441 Sepia

📋 copy color: '#995441'

red 153 ◦ green 84 ◦ blue 65

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

Shades of Sepia #995441

Tints of Sepia #995441

RGB

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

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

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

R = 50.66%
G = 27.81%
B = 21.52%

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

#995441 (or 0x995441) is known color: Sepia. HEX triplet: 99, 54 and 41. RGB value is (153,84,65). Sum of RGB (Red+Green+Blue) = 153+84+65=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #995441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995441 is #66ABBE. Grayscale: #666666. Windows color (decimal): -6728639 or 4281497. OLE color: 4281497.

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

Color convert

RGB 153 84 65 -
CMYK 0 0.45 0.58 0.4
HSL 12.95º 0.4% 0.43% -
HSV(B) 12.95º 0.58% 0.6% -
XYZ 17.26 13.49 6.7 -
YUV 102.47 106.86 164.04 -
System Red Green Blue C M Y K H S L
Decimal 153 84 65 0 0.45 0.58 0.4 12.95 0.4 0.43
Hex 99 54 41 0 2D 3A 28 D 28 2B
Octal 231 124 101 0 55 72 50 15 50 53
Binary 10011001 1010100 1000001 0 101101 111010 101000 1101 101000 101011

Color Harmonies of #995441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995441

Black with #995441

Text Example


Text Example

White with #995441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995441; }

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

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

background-color css

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

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

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

border-color css

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

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

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