Html Css Color HEX #955744 Sepia

📋 copy color: '#955744'

red 149 ◦ green 87 ◦ blue 68

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

Shades of Sepia #955744

Tints of Sepia #955744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.37%

R = 49.01%
G = 28.62%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#955744 (or 0x955744) is known color: Sepia. HEX triplet: 95, 57 and 44. RGB value is (149,87,68). Sum of RGB (Red+Green+Blue) = 149+87+68=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 87 (34.38% from 255 or 28.62% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #955744 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955744 is #6AA8BB. Grayscale: #676767. Windows color (decimal): -6990012 or 4478869. OLE color: 4478869.

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

Color convert

RGB 149 87 68 -
CMYK 0 0.42 0.54 0.42
HSL 14.07º 0.37% 0.43% -
HSV(B) 14.07º 0.54% 0.58% -
XYZ 16.85 13.62 7.21 -
YUV 103.37 108.04 160.54 -
System Red Green Blue C M Y K H S L
Decimal 149 87 68 0 0.42 0.54 0.42 14.07 0.37 0.43
Hex 95 57 44 0 2A 36 2A E 25 2B
Octal 225 127 104 0 52 66 52 16 45 53
Binary 10010101 1010111 1000100 0 101010 110110 101010 1110 100101 101011

Color Harmonies of #955744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955744

Black with #955744

Text Example


Text Example

White with #955744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955744; }

 p { color: rgb(149,87,68); }

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

background-color css

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

 a { background-color: rgb(149,87,68); }

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

border-color css

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

 span { border-color: rgb(149,87,68); }

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