#9B493D

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

Shades of Cognac #9B493D

Tints of Cognac #9B493D

Color information

#9B493D (or 0x9B493D) is unknown color: approx Cognac. HEX triplet: 9B, 49 and 3D. RGB value is (155,73,61). Sum of RGB (Red+Green+Blue) = 155+73+61=289 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.63% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 155 - color contains mainly: red. Hex color #9B493D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B493D is #64B6C2. Grayscale: #606060. Windows color (decimal): -6600387 or 4016539. OLE color: 4016539.

HSL color Cylindrical-coordinate representation of color #9B493D: hue angle of 7.66º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9B493D is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.39.

Color convert

RGB1557361-
CMYK00.530.610.39
HSL7.66º43.52%42.35%-
HSV(B)7.66º60.65%60.78%-
XYZ16.7412.075.86-
YUV96.15108.17169.98-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 53.63%
GREEN value IS 73 (28.91% from 255) = 25.26%
BLUE value IS 61 (24.22% from 255) = 21.11%
R=53.63%
G=25.26%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155736100.530.610.397.6643.5242.35
Hex9B493D0353D2782c2a
Octal233111750657547105452
Binary10011011100100111110101101011111011001111000101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B493D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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