#9B483B

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

Shades of Cognac #9B483B

Tints of Cognac #9B483B

Color information

#9B483B (or 0x9B483B) is unknown color: approx Cognac. HEX triplet: 9B, 48 and 3B. RGB value is (155,72,59). Sum of RGB (Red+Green+Blue) = 155+72+59=286 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.20% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 155 - color contains mainly: red. Hex color #9B483B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B483B is #64B7C4. Grayscale: #5F5F5F. Windows color (decimal): -6600645 or 3885211. OLE color: 3885211.

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

Color convert

RGB1557259-
CMYK00.540.620.39
HSL8.13º44.86%41.96%-
HSV(B)8.13º61.94%60.78%-
XYZ16.6211.925.56-
YUV95.34107.5170.56-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.20%
GREEN value IS 72 (28.52% from 255) = 25.17%
BLUE value IS 59 (23.44% from 255) = 20.63%
R=54.20%
G=25.17%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155725900.540.620.398.1344.8641.96
Hex9B483B0363E2782d2a
Octal233110730667647105552
Binary10011011100100011101101101101111101001111000101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B483B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,72,59); }

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

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

 a { background-color: rgb(155,72,59); }

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

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

 span { border-color: rgb(155,72,59); }

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