#9B4C40

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

Shades of Cognac #9B4C40

Tints of Cognac #9B4C40

Color information

#9B4C40 (or 0x9B4C40) is unknown color: approx Cognac. HEX triplet: 9B, 4C and 40. RGB value is (155,76,64). Sum of RGB (Red+Green+Blue) = 155+76+64=295 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.54% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4C40 is #64B3BF. Grayscale: #626262. Windows color (decimal): -6599616 or 4213915. OLE color: 4213915.

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

Color convert

RGB1557664-
CMYK00.510.590.39
HSL7.91º41.55%42.94%-
HSV(B)7.91º58.71%60.78%-
XYZ17.0312.516.37-
YUV98.25108.67168.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.54%
GREEN value IS 76 (30.08% from 255) = 25.76%
BLUE value IS 64 (25.39% from 255) = 21.69%
R=52.54%
G=25.76%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155766400.510.590.397.9141.5542.94
Hex9B4C400333B2782a2b
Octal2331141000637347105253
Binary100110111001100100000001100111110111001111000101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,76,64); }

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

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

 a { background-color: rgb(155,76,64); }

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

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

 span { border-color: rgb(155,76,64); }

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