#9F453A

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

Shades of Cognac #9F453A

Tints of Cognac #9F453A

Color information

#9F453A (or 0x9F453A) is unknown color: approx Cognac. HEX triplet: 9F, 45 and 3A. RGB value is (159,69,58). Sum of RGB (Red+Green+Blue) = 159+69+58=286 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.59% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 159 - color contains mainly: red. Hex color #9F453A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F453A is #60BAC5. Grayscale: #5E5E5E. Windows color (decimal): -6339270 or 3818911. OLE color: 3818911.

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

Color convert

RGB1596958-
CMYK00.570.640.38
HSL6.53º46.54%42.55%-
HSV(B)6.53º63.52%62.35%-
XYZ17.1911.935.4-
YUV94.66107.32173.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 55.59%
GREEN value IS 69 (27.34% from 255) = 24.13%
BLUE value IS 58 (23.05% from 255) = 20.28%
R=55.59%
G=24.13%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159695800.570.640.386.5346.5442.55
Hex9F453A039402672f2b
Octal237105720711004675753
Binary10011111100010111101001110011000000100110111101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F453A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,69,58); }

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

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

 a { background-color: rgb(159,69,58); }

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

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

 span { border-color: rgb(159,69,58); }

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