#9B473C

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

Shades of Cognac #9B473C

Tints of Cognac #9B473C

Color information

#9B473C (or 0x9B473C) is unknown color: approx Cognac. HEX triplet: 9B, 47 and 3C. RGB value is (155,71,60). Sum of RGB (Red+Green+Blue) = 155+71+60=286 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.20% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 155 - color contains mainly: red. Hex color #9B473C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B473C is #64B8C3. Grayscale: #5E5E5E. Windows color (decimal): -6600900 or 3950491. OLE color: 3950491.

HSL color Cylindrical-coordinate representation of color #9B473C: hue angle of 6.95º 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 #9B473C is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.39.

Color convert

RGB1557160-
CMYK00.540.610.39
HSL6.95º44.19%42.16%-
HSV(B)6.95º61.29%60.78%-
XYZ16.5911.85.68-
YUV94.86108.33170.89-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.20%
GREEN value IS 71 (28.12% from 255) = 24.83%
BLUE value IS 60 (23.83% from 255) = 20.98%
R=54.20%
G=24.83%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155716000.540.610.396.9544.1942.16
Hex9B473C0363D2772c2a
Octal23310774066754775452
Binary1001101110001111111000110110111101100111111101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B473C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,71,60); }

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

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

 a { background-color: rgb(155,71,60); }

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

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

 span { border-color: rgb(155,71,60); }

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