#9C4B42

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

Shades of Cognac #9C4B42

Tints of Cognac #9C4B42

Color information

#9C4B42 (or 0x9C4B42) is unknown color: approx Cognac. HEX triplet: 9C, 4B and 42. RGB value is (156,75,66). Sum of RGB (Red+Green+Blue) = 156+75+66=297 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.53% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4B42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4B42 is #63B4BD. Grayscale: #626262. Windows color (decimal): -6534334 or 4344732. OLE color: 4344732.

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

Color convert

RGB1567566-
CMYK00.520.580.39
HSL40.54%43.53%-
HSV(B)57.69%61.18%-
XYZ17.2112.496.66-
YUV98.19109.84169.23-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52.53%
GREEN value IS 75 (29.69% from 255) = 25.25%
BLUE value IS 66 (26.17% from 255) = 22.22%
R=52.53%
G=25.25%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156756600.520.580.39640.5443.53
Hex9C4B420343A276292c
Octal234113102064724765154
Binary10011100100101110000100110100111010100111110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,75,66); }

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

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

 a { background-color: rgb(156,75,66); }

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

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

 span { border-color: rgb(156,75,66); }

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