#9F553E

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

Shades of Sepia #9F553E

Tints of Sepia #9F553E

Color information

#9F553E (or 0x9F553E) is unknown color: approx Sepia. HEX triplet: 9F, 55 and 3E. RGB value is (159,85,62). Sum of RGB (Red+Green+Blue) = 159+85+62=306 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.96% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 62 (24.61% from 255 or 20.26% from 306); Max value from RGB is 159 - color contains mainly: red. Hex color #9F553E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F553E is #60AAC1. Grayscale: #686868. Windows color (decimal): -6335170 or 4085151. OLE color: 4085151.

HSL color Cylindrical-coordinate representation of color #9F553E: hue angle of 14.23º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9F553E is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.38.

Color convert

RGB1598562-
CMYK00.470.610.38
HSL14.23º43.89%43.33%-
HSV(B)14.23º61.01%62.35%-
XYZ18.4214.226.33-
YUV104.5104.02166.87-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.96%
GREEN value IS 85 (33.59% from 255) = 27.78%
BLUE value IS 62 (24.61% from 255) = 20.26%
R=51.96%
G=27.78%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.61
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159856200.470.610.3814.2343.8943.33
Hex9F553E02F3D26e2c2b
Octal237125760577546165453
Binary10011111101010111111001011111111011001101110101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F553E; }

 p { color: rgb(159,85,62); }

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

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

 a { background-color: rgb(159,85,62); }

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

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

 span { border-color: rgb(159,85,62); }

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