#9F4B3D

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

Shades of Cognac #9F4B3D

Tints of Cognac #9F4B3D

Color information

#9F4B3D (or 0x9F4B3D) is unknown color: approx Cognac. HEX triplet: 9F, 4B and 3D. RGB value is (159,75,61). Sum of RGB (Red+Green+Blue) = 159+75+61=295 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.90% from 295); Green value is 75 (29.69% from 255 or 25.42% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4B3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4B3D is #60B4C2. Grayscale: #626262. Windows color (decimal): -6337731 or 4017055. OLE color: 4017055.

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

Color convert

RGB1597561-
CMYK00.530.620.38
HSL8.57º44.55%43.14%-
HSV(B)8.57º61.64%62.35%-
XYZ17.6612.745.94-
YUV98.52106.83171.14-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 53.90%
GREEN value IS 75 (29.69% from 255) = 25.42%
BLUE value IS 61 (24.22% from 255) = 20.68%
R=53.90%
G=25.42%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159756100.530.620.388.5744.5543.14
Hex9F4B3D0353E2692d2b
Octal237113750657646115553
Binary10011111100101111110101101011111101001101001101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,75,61); }

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

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

 a { background-color: rgb(159,75,61); }

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

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

 span { border-color: rgb(159,75,61); }

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