#994F41

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

Shades of Cognac #994F41

Tints of Cognac #994F41

Color information

#994F41 (or 0x994F41) is unknown color: approx Cognac. HEX triplet: 99, 4F and 41. RGB value is (153,79,65). Sum of RGB (Red+Green+Blue) = 153+79+65=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 79 (31.25% from 255 or 26.60% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #994F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994F41 is #66B0BE. Grayscale: #636363. Windows color (decimal): -6729919 or 4280217. OLE color: 4280217.

HSL color Cylindrical-coordinate representation of color #994F41: hue angle of 9.55º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #994F41 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB1537965-
CMYK00.480.580.4
HSL9.55º40.37%42.75%-
HSV(B)9.55º57.52%60%-
XYZ16.8912.756.57-
YUV99.53108.52166.14-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.52%
GREEN value IS 79 (31.25% from 255) = 26.60%
BLUE value IS 65 (25.78% from 255) = 21.89%
R=51.52%
G=26.60%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153796500.480.580.49.5540.3742.75
Hex994F410303A28a282b
Octal2311171010607250125053
Binary100110011001111100000101100001110101010001010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994F41; }

 p { color: rgb(153,79,65); }

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

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

 a { background-color: rgb(153,79,65); }

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

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

 span { border-color: rgb(153,79,65); }

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