#9A493D

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

Shades of Cognac #9A493D

Tints of Cognac #9A493D

Color information

#9A493D (or 0x9A493D) is unknown color: approx Cognac. HEX triplet: 9A, 49 and 3D. RGB value is (154,73,61). Sum of RGB (Red+Green+Blue) = 154+73+61=288 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.47% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 154 - color contains mainly: red. Hex color #9A493D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A493D is #65B6C2. Grayscale: #5F5F5F. Windows color (decimal): -6665923 or 4016538. OLE color: 4016538.

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

Color convert

RGB1547361-
CMYK00.530.600.40
HSL7.74º43.26%42.16%-
HSV(B)7.74º60.39%60.39%-
XYZ16.5511.975.85-
YUV95.85108.34169.48-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 53.47%
GREEN value IS 73 (28.91% from 255) = 25.35%
BLUE value IS 61 (24.22% from 255) = 21.18%
R=53.47%
G=25.35%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.60
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154736100.530.600.407.7443.2642.16
Hex9A493D0353C2882b2a
Octal232111750657450105352
Binary10011010100100111110101101011111001010001000101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A493D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,73,61); }

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

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

 a { background-color: rgb(154,73,61); }

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

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

 span { border-color: rgb(154,73,61); }

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