#9F4B40

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

Shades of Cognac #9F4B40

Tints of Cognac #9F4B40

Color information

#9F4B40 (or 0x9F4B40) is unknown color: approx Cognac. HEX triplet: 9F, 4B and 40. RGB value is (159,75,64). Sum of RGB (Red+Green+Blue) = 159+75+64=298 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.36% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4B40 is #60B4BF. Grayscale: #626262. Windows color (decimal): -6337728 or 4213663. OLE color: 4213663.

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

Color convert

RGB1597564-
CMYK00.530.600.38
HSL6.95º42.6%43.73%-
HSV(B)6.95º59.75%62.35%-
XYZ17.7412.776.38-
YUV98.86108.33170.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 53.36%
GREEN value IS 75 (29.69% from 255) = 25.17%
BLUE value IS 64 (25.39% from 255) = 21.48%
R=53.36%
G=25.17%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159756400.530.600.386.9542.643.73
Hex9F4B400353C2672b2c
Octal237113100065744675354
Binary10011111100101110000000110101111100100110111101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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