Html Css Color HEX #995541 Sepia

📋 copy color: '#995541'

red 153 ◦ green 85 ◦ blue 65

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

Shades of Sepia #995541

Tints of Sepia #995541

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.05%

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

R = 50.5%
G = 28.05%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#995541 (or 0x995541) is known color: Sepia. HEX triplet: 99, 55 and 41. RGB value is (153,85,65). Sum of RGB (Red+Green+Blue) = 153+85+65=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #995541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995541 is #66AABE. Grayscale: #676767. Windows color (decimal): -6728383 or 4281753. OLE color: 4281753.

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

Color convert

RGB 153 85 65 -
CMYK 0 0.44 0.58 0.4
HSL 13.64º 0.4% 0.43% -
HSV(B) 13.64º 0.58% 0.6% -
XYZ 17.34 13.65 6.72 -
YUV 103.05 106.53 163.63 -
System Red Green Blue C M Y K H S L
Decimal 153 85 65 0 0.44 0.58 0.4 13.64 0.4 0.43
Hex 99 55 41 0 2C 3A 28 E 28 2B
Octal 231 125 101 0 54 72 50 16 50 53
Binary 10011001 1010101 1000001 0 101100 111010 101000 1110 101000 101011

Color Harmonies of #995541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995541

Black with #995541

Text Example


Text Example

White with #995541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995541; }

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

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

background-color css

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

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

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

border-color css

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

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

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