#95533F

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

Shades of Sepia #95533F

Tints of Sepia #95533F

Color information

#95533F (or 0x95533F) is unknown color: approx Sepia. HEX triplet: 95, 53 and 3F. RGB value is (149,83,63). Sum of RGB (Red+Green+Blue) = 149+83+63=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #95533F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95533F is #6AACC0. Grayscale: #646464. Windows color (decimal): -6991041 or 4150165. OLE color: 4150165.

HSL color Cylindrical-coordinate representation of color #95533F: hue angle of 13.95º 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 #95533F is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB1498363-
CMYK00.440.580.42
HSL13.95º40.57%41.57%-
HSV(B)13.95º57.72%58.43%-
XYZ16.3812.936.34-
YUV100.45106.87162.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.51%
GREEN value IS 83 (32.81% from 255) = 28.14%
BLUE value IS 63 (25% from 255) = 21.36%
R=50.51%
G=28.14%
B=21.36%

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
Decimal149836300.440.580.4213.9540.5741.57
Hex95533F02C3A2Ae292a
Octal225123770547252165152
Binary10010101101001111111101011001110101010101110101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95533F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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