#955B41

Color #955B41 Sepia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sepia #955B41

Tints of Sepia #955B41

Color information

#955B41 (or 0x955B41) is unknown color: approx Sepia. HEX triplet: 95, 5B and 41. RGB value is (149,91,65). Sum of RGB (Red+Green+Blue) = 149+91+65=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 91 (35.94% from 255 or 29.84% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #955B41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955B41 is #6AA4BE. Grayscale: #696969. Windows color (decimal): -6988991 or 4283285. OLE color: 4283285.

HSL color Cylindrical-coordinate representation of color #955B41: hue angle of 18.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 #955B41 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB1499165-
CMYK00.390.560.42
HSL18.57º39.25%41.96%-
HSV(B)18.57º56.38%58.43%-
XYZ17.0914.256.85-
YUV105.38105.22159.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.85%
GREEN value IS 91 (35.94% from 255) = 29.84%
BLUE value IS 65 (25.78% from 255) = 21.31%
R=48.85%
G=29.84%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149916500.390.560.4218.5739.2541.96
Hex955B41027382A13272a
Octal2251331010477052234752
Binary1001010110110111000001010011111100010101010011100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955B41; }

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

 H1.HeaderClassName
 {
   color: #955B41;
 }
 .AnyTagClassName
 {
   color: #955B41;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #955B41;
 }
 .BgClassName
 {
   background-color: #955B41;
 }
</style>
border-color css

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

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

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