Html Css Color HEX #955940 Sepia

📋 copy color: '#955940'

red 149 ◦ green 89 ◦ blue 64

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

Shades of Sepia #955940

Tints of Sepia #955940

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.47%

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

R = 49.34%
G = 29.47%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#955940 (or 0x955940) is known color: Sepia. HEX triplet: 95, 59 and 40. RGB value is (149,89,64). Sum of RGB (Red+Green+Blue) = 149+89+64=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #955940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955940 is #6AA6BF. Grayscale: #686868. Windows color (decimal): -6989504 or 4217237. OLE color: 4217237.

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

Color convert

RGB 149 89 64 -
CMYK 0 0.40 0.57 0.42
HSL 17.65º 0.4% 0.42% -
HSV(B) 17.65º 0.57% 0.58% -
XYZ 16.89 13.9 6.64 -
YUV 104.09 105.38 160.03 -
System Red Green Blue C M Y K H S L
Decimal 149 89 64 0 0.40 0.57 0.42 17.65 0.4 0.42
Hex 95 59 40 0 28 39 2A 12 28 2A
Octal 225 131 100 0 50 71 52 22 50 52
Binary 10010101 1011001 1000000 0 101000 111001 101010 10010 101000 101010

Color Harmonies of #955940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955940

Black with #955940

Text Example


Text Example

White with #955940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955940; }

 p { color: rgb(149,89,64); }

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

background-color css

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

 a { background-color: rgb(149,89,64); }

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

border-color css

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

 span { border-color: rgb(149,89,64); }

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