#9B483A

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

Shades of Cognac #9B483A

Tints of Cognac #9B483A

Color information

#9B483A (or 0x9B483A) is unknown color: approx Cognac. HEX triplet: 9B, 48 and 3A. RGB value is (155,72,58). Sum of RGB (Red+Green+Blue) = 155+72+58=285 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.39% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 155 - color contains mainly: red. Hex color #9B483A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B483A is #64B7C5. Grayscale: #5F5F5F. Windows color (decimal): -6600646 or 3819675. OLE color: 3819675.

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

Color convert

RGB1557258-
CMYK00.540.630.39
HSL8.66º45.54%41.76%-
HSV(B)8.66º62.58%60.78%-
XYZ16.611.915.43-
YUV95.22107170.64-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.39%
GREEN value IS 72 (28.52% from 255) = 25.26%
BLUE value IS 58 (23.05% from 255) = 20.35%
R=54.39%
G=25.26%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155725800.540.630.398.6645.5441.76
Hex9B483A0363F2792e2a
Octal233110720667747115652
Binary10011011100100011101001101101111111001111001101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B483A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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