#95533E

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

Shades of Sepia #95533E

Tints of Sepia #95533E

Color information

#95533E (or 0x95533E) is unknown color: approx Sepia. HEX triplet: 95, 53 and 3E. RGB value is (149,83,62). Sum of RGB (Red+Green+Blue) = 149+83+62=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #95533E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95533E is #6AACC1. Grayscale: #646464. Windows color (decimal): -6991042 or 4084629. OLE color: 4084629.

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

Color convert

RGB1498362-
CMYK00.440.580.42
HSL14.48º41.23%41.37%-
HSV(B)14.48º58.39%58.43%-
XYZ16.3612.926.19-
YUV100.34106.37162.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.68%
GREEN value IS 83 (32.81% from 255) = 28.23%
BLUE value IS 62 (24.61% from 255) = 21.09%
R=50.68%
G=28.23%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149836200.440.580.4214.4841.2341.37
Hex95533E02C3A2Ae2929
Octal225123760547252165151
Binary10010101101001111111001011001110101010101110101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95533E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95533E; }

 p { color: rgb(149,83,62); }

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

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

 a { background-color: rgb(149,83,62); }

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

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

 span { border-color: rgb(149,83,62); }

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