#9B473E

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

Shades of Cognac #9B473E

Tints of Cognac #9B473E

Color information

#9B473E (or 0x9B473E) is unknown color: approx Cognac. HEX triplet: 9B, 47 and 3E. RGB value is (155,71,62). Sum of RGB (Red+Green+Blue) = 155+71+62=288 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.82% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 155 - color contains mainly: red. Hex color #9B473E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B473E is #64B8C1. Grayscale: #5F5F5F. Windows color (decimal): -6600898 or 4081563. OLE color: 4081563.

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

Color convert

RGB1557162-
CMYK00.540.60.39
HSL5.81º42.86%42.55%-
HSV(B)5.81º60%60.78%-
XYZ16.6411.825.96-
YUV95.09109.33170.73-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 53.82%
GREEN value IS 71 (28.12% from 255) = 24.65%
BLUE value IS 62 (24.61% from 255) = 21.53%
R=53.82%
G=24.65%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.6
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155716200.540.60.395.8142.8642.55
Hex9B473E0363C2762b2b
Octal23310776066744765353
Binary1001101110001111111100110110111100100111110101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B473E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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