Html Css Color HEX #955441 Sepia

📋 copy color: '#955441'

red 149 ◦ green 84 ◦ blue 65

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

Shades of Sepia #955441

Tints of Sepia #955441

RGB

 RED value IS 149 (58.59% from 255) = 50%

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

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

R = 50%
G = 28.19%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#955441 (or 0x955441) is known color: Sepia. HEX triplet: 95, 54 and 41. RGB value is (149,84,65). Sum of RGB (Red+Green+Blue) = 149+84+65=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #955441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955441 is #6AABBE. Grayscale: #656565. Windows color (decimal): -6990783 or 4281493. OLE color: 4281493.

HSL color Cylindrical-coordinate representation of color #955441: hue angle of 13.57º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #955441 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 84 65 -
CMYK 0 0.44 0.56 0.42
HSL 13.57º 0.39% 0.42% -
HSV(B) 13.57º 0.56% 0.58% -
XYZ 16.52 13.11 6.66 -
YUV 101.27 107.53 162.04 -
System Red Green Blue C M Y K H S L
Decimal 149 84 65 0 0.44 0.56 0.42 13.57 0.39 0.42
Hex 95 54 41 0 2C 38 2A E 27 2A
Octal 225 124 101 0 54 70 52 16 47 52
Binary 10010101 1010100 1000001 0 101100 111000 101010 1110 100111 101010

Color Harmonies of #955441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955441

Black with #955441

Text Example


Text Example

White with #955441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955441; }

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

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

background-color css

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

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

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

border-color css

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

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

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