#955B45

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

Shades of Sepia #955B45

Tints of Sepia #955B45

Color information

#955B45 (or 0x955B45) is unknown color: approx Sepia. HEX triplet: 95, 5B and 45. RGB value is (149,91,69). Sum of RGB (Red+Green+Blue) = 149+91+69=309 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.22% from 309); Green value is 91 (35.94% from 255 or 29.45% from 309); Blue value is 69 (27.34% from 255 or 22.33% from 309); Max value from RGB is 149 - color contains mainly: red. Hex color #955B45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955B45 is #6AA4BA. Grayscale: #696969. Windows color (decimal): -6988987 or 4545429. OLE color: 4545429.

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

Color convert

RGB1499169-
CMYK00.390.540.42
HSL16.5º36.7%42.75%-
HSV(B)16.5º53.69%58.43%-
XYZ17.2114.37.48-
YUV105.83107.22158.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.22%
GREEN value IS 91 (35.94% from 255) = 29.45%
BLUE value IS 69 (27.34% from 255) = 22.33%
R=48.22%
G=29.45%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149916900.390.540.4216.536.742.75
Hex955B45027362A10252b
Octal2251331050476652204553
Binary1001010110110111000101010011111011010101010000100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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