#9B4438

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

Shades of Cognac #9B4438

Tints of Cognac #9B4438

Color information

#9B4438 (or 0x9B4438) is unknown color: approx Cognac. HEX triplet: 9B, 44 and 38. RGB value is (155,68,56). Sum of RGB (Red+Green+Blue) = 155+68+56=279 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.56% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 56 (22.27% from 255 or 20.07% from 279); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4438 is #64BBC7. Grayscale: #5C5C5C. Windows color (decimal): -6601672 or 3687579. OLE color: 3687579.

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

Color convert

RGB1556856-
CMYK00.560.640.39
HSL7.27º46.92%41.37%-
HSV(B)7.27º63.87%60.78%-
XYZ16.311.395.08-
YUV92.64107.32172.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 55.56%
GREEN value IS 68 (26.95% from 255) = 24.37%
BLUE value IS 56 (22.27% from 255) = 20.07%
R=55.56%
G=24.37%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.64
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155685600.560.640.397.2746.9241.37
Hex9B4438038402772f29
Octal233104700701004775751
Binary10011011100010011100001110001000000100111111101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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