#9A473B

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

Shades of Cognac #9A473B

Tints of Cognac #9A473B

Color information

#9A473B (or 0x9A473B) is unknown color: approx Cognac. HEX triplet: 9A, 47 and 3B. RGB value is (154,71,59). Sum of RGB (Red+Green+Blue) = 154+71+59=284 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.23% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 154 - color contains mainly: red. Hex color #9A473B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A473B is #65B8C4. Grayscale: #5E5E5E. Windows color (decimal): -6666437 or 3884954. OLE color: 3884954.

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

Color convert

RGB1547159-
CMYK00.540.620.40
HSL7.58º44.6%41.76%-
HSV(B)7.58º61.69%60.39%-
XYZ16.3711.695.53-
YUV94.45108170.48-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 54.23%
GREEN value IS 71 (28.12% from 255) = 25%
BLUE value IS 59 (23.44% from 255) = 20.77%
R=54.23%
G=25%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154715900.540.620.407.5844.641.76
Hex9A473B0363E2882d2a
Octal232107730667650105552
Binary10011010100011111101101101101111101010001000101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A473B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,71,59); }

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

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

 a { background-color: rgb(154,71,59); }

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

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

 span { border-color: rgb(154,71,59); }

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