#9B483C

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

Shades of Cognac #9B483C

Tints of Cognac #9B483C

Color information

#9B483C (or 0x9B483C) is unknown color: approx Cognac. HEX triplet: 9B, 48 and 3C. RGB value is (155,72,60). Sum of RGB (Red+Green+Blue) = 155+72+60=287 (38% of max value = 765). Red value is 155 (60.94% from 255 or 54.01% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 155 - color contains mainly: red. Hex color #9B483C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B483C is #64B7C3. Grayscale: #5F5F5F. Windows color (decimal): -6600644 or 3950747. OLE color: 3950747.

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

Color convert

RGB1557260-
CMYK00.540.610.39
HSL7.58º44.19%42.16%-
HSV(B)7.58º61.29%60.78%-
XYZ16.6511.935.7-
YUV95.45108170.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.01%
GREEN value IS 72 (28.52% from 255) = 25.09%
BLUE value IS 60 (23.83% from 255) = 20.91%
R=54.01%
G=25.09%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155726000.540.610.397.5844.1942.16
Hex9B483C0363D2782c2a
Octal233110740667547105452
Binary10011011100100011110001101101111011001111000101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B483C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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