#9B4C42

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

Shades of Cognac #9B4C42

Tints of Cognac #9B4C42

Color information

#9B4C42 (or 0x9B4C42) is unknown color: approx Cognac. HEX triplet: 9B, 4C and 42. RGB value is (155,76,66). Sum of RGB (Red+Green+Blue) = 155+76+66=297 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.19% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4C42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4C42 is #64B3BD. Grayscale: #626262. Windows color (decimal): -6599614 or 4344987. OLE color: 4344987.

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

Color convert

RGB1557666-
CMYK00.510.570.39
HSL6.74º40.27%43.33%-
HSV(B)6.74º57.42%60.78%-
XYZ17.0912.536.67-
YUV98.48109.67168.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.19%
GREEN value IS 76 (30.08% from 255) = 25.59%
BLUE value IS 66 (26.17% from 255) = 22.22%
R=52.19%
G=25.59%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155766600.510.570.396.7440.2743.33
Hex9B4C4203339277282b
Octal233114102063714775053
Binary10011011100110010000100110011111001100111111101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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