#9B4138

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

Shades of Cognac #9B4138

Tints of Cognac #9B4138

Color information

#9B4138 (or 0x9B4138) is unknown color: approx Cognac. HEX triplet: 9B, 41 and 38. RGB value is (155,65,56). Sum of RGB (Red+Green+Blue) = 155+65+56=276 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.16% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 56 (22.27% from 255 or 20.29% from 276); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4138 is #64BEC7. Grayscale: #5B5B5B. Windows color (decimal): -6602440 or 3686811. OLE color: 3686811.

HSL color Cylindrical-coordinate representation of color #9B4138: hue angle of 5.45º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9B4138 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.39.

Color convert

RGB1556556-
CMYK00.580.640.39
HSL5.45º46.92%41.37%-
HSV(B)5.45º63.87%60.78%-
XYZ16.1211.035.02-
YUV90.88108.32173.73-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.16%
GREEN value IS 65 (25.78% from 255) = 23.55%
BLUE value IS 56 (22.27% from 255) = 20.29%
R=56.16%
G=23.55%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155655600.580.640.395.4546.9241.37
Hex9B413803A402752f29
Octal233101700721004755751
Binary10011011100000111100001110101000000100111101101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,65,56); }

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

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

 a { background-color: rgb(155,65,56); }

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

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

 span { border-color: rgb(155,65,56); }

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