#95563f

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

Shades of Sepia #95563F

Tints of Sepia #95563F

Color information

#95563F (or 0x95563F) is unknown color: approx Sepia. HEX triplet: 95, 56 and 3F. RGB value is (149,86,63). Sum of RGB (Red+Green+Blue) = 149+86+63=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #95563F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95563F is #6AA9C0. Grayscale: #666666. Windows color (decimal): -6990273 or 4150933. OLE color: 4150933.

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

Color convert

RGB1498663-
CMYK00.420.580.42
HSL16.05º40.57%41.57%-
HSV(B)16.05º57.72%58.43%-
XYZ16.6213.46.41-
YUV102.21105.87161.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50%
GREEN value IS 86 (33.98% from 255) = 28.86%
BLUE value IS 63 (25% from 255) = 21.14%
R=50%
G=28.86%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149866300.420.580.4216.0540.5741.57
Hex95563F02A3A2A10292a
Octal225126770527252205152
Binary100101011010110111111010101011101010101010000101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95563f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95563f; }

 p { color: rgb(149,86,63); }

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

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

 a { background-color: rgb(149,86,63); }

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

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

 span { border-color: rgb(149,86,63); }

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