#9B4C43

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

Shades of Cognac #9B4C43

Tints of Cognac #9B4C43

Color information

#9B4C43 (or 0x9B4C43) is unknown color: approx Cognac. HEX triplet: 9B, 4C and 43. RGB value is (155,76,67). Sum of RGB (Red+Green+Blue) = 155+76+67=298 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.01% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 67 (26.56% from 255 or 22.48% from 298); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4C43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4C43 is #64B3BC. Grayscale: #626262. Windows color (decimal): -6599613 or 4410523. OLE color: 4410523.

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

Color convert

RGB1557667-
CMYK00.510.570.39
HSL6.14º39.64%43.53%-
HSV(B)6.14º56.77%60.78%-
XYZ17.1212.546.83-
YUV98.6110.17168.23-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.01%
GREEN value IS 76 (30.08% from 255) = 25.50%
BLUE value IS 67 (26.56% from 255) = 22.48%
R=52.01%
G=25.50%
B=22.48%

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
Decimal155766700.510.570.396.1439.6443.53
Hex9B4C4303339276282c
Octal233114103063714765054
Binary10011011100110010000110110011111001100111110101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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