#9B443A

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

Shades of Cognac #9B443A

Tints of Cognac #9B443A

Color information

#9B443A (or 0x9B443A) is unknown color: approx Cognac. HEX triplet: 9B, 44 and 3A. RGB value is (155,68,58). Sum of RGB (Red+Green+Blue) = 155+68+58=281 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.16% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 155 - color contains mainly: red. Hex color #9B443A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B443A is #64BBC5. Grayscale: #5D5D5D. Windows color (decimal): -6601670 or 3818651. OLE color: 3818651.

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

Color convert

RGB1556858-
CMYK00.560.630.39
HSL6.19º45.54%41.76%-
HSV(B)6.19º62.58%60.78%-
XYZ16.3511.415.34-
YUV92.87108.32172.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 55.16%
GREEN value IS 68 (26.95% from 255) = 24.20%
BLUE value IS 58 (23.05% from 255) = 20.64%
R=55.16%
G=24.20%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155685800.560.630.396.1945.5441.76
Hex9B443A0383F2762e2a
Octal23310472070774765652
Binary1001101110001001110100111000111111100111110101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B443A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,68,58); }

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

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

 a { background-color: rgb(155,68,58); }

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

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

 span { border-color: rgb(155,68,58); }

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