Html Css Color HEX #955540 Sepia

📋 copy color: '#955540'

red 149 ◦ green 85 ◦ blue 64

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

Shades of Sepia #955540

Tints of Sepia #955540

RGB

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

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

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

R = 50%
G = 28.52%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#955540 (or 0x955540) is known color: Sepia. HEX triplet: 95, 55 and 40. RGB value is (149,85,64). Sum of RGB (Red+Green+Blue) = 149+85+64=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #955540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955540 is #6AAABF. Grayscale: #656565. Windows color (decimal): -6990528 or 4216213. OLE color: 4216213.

HSL color Cylindrical-coordinate representation of color #955540: hue angle of 14.82º 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 #955540 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 85 64 -
CMYK 0 0.43 0.57 0.42
HSL 14.82º 0.4% 0.42% -
HSV(B) 14.82º 0.57% 0.58% -
XYZ 16.57 13.26 6.54 -
YUV 101.74 106.7 161.71 -
System Red Green Blue C M Y K H S L
Decimal 149 85 64 0 0.43 0.57 0.42 14.82 0.4 0.42
Hex 95 55 40 0 2B 39 2A F 28 2A
Octal 225 125 100 0 53 71 52 17 50 52
Binary 10010101 1010101 1000000 0 101011 111001 101010 1111 101000 101010

Color Harmonies of #955540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955540

Black with #955540

Text Example


Text Example

White with #955540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955540; }

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

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

background-color css

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

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

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

border-color css

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

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

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