#955542

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

Shades of Sepia #955542

Tints of Sepia #955542

Color information

#955542 (or 0x955542) is unknown color: approx Sepia. HEX triplet: 95, 55 and 42. RGB value is (149,85,66). Sum of RGB (Red+Green+Blue) = 149+85+66=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 66 (26.17% from 255 or 22% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #955542 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955542 is #6AAABD. Grayscale: #666666. Windows color (decimal): -6990526 or 4347285. OLE color: 4347285.

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

Color convert

RGB1498566-
CMYK00.430.560.42
HSL13.73º38.6%42.16%-
HSV(B)13.73º55.7%58.43%-
XYZ16.6313.286.84-
YUV101.97107.7161.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.67%
GREEN value IS 85 (33.59% from 255) = 28.33%
BLUE value IS 66 (26.17% from 255) = 22%
R=49.67%
G=28.33%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149856600.430.560.4213.7338.642.16
Hex95554202B382Ae272a
Octal2251251020537052164752
Binary100101011010101100001001010111110001010101110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955542; }

 p { color: rgb(149,85,66); }

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

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

 a { background-color: rgb(149,85,66); }

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

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

 span { border-color: rgb(149,85,66); }

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