#9c3f35

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

Shades of Cognac #9C3F35

Tints of Cognac #9C3F35

Color information

#9C3F35 (or 0x9C3F35) is unknown color: approx Cognac. HEX triplet: 9C, 3F and 35. RGB value is (156,63,53). Sum of RGB (Red+Green+Blue) = 156+63+53=272 (36% of max value = 765). Red value is 156 (61.33% from 255 or 57.35% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 53 (21.09% from 255 or 19.49% from 272); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3F35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3F35 is #63C0CA. Grayscale: #595959. Windows color (decimal): -6537419 or 3489692. OLE color: 3489692.

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

Color convert

RGB1566353-
CMYK00.600.660.39
HSL5.83º49.28%40.98%-
HSV(B)5.83º66.03%61.18%-
XYZ16.1310.884.62-
YUV89.67107.31175.31-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 57.35%
GREEN value IS 63 (25% from 255) = 23.16%
BLUE value IS 53 (21.09% from 255) = 19.49%
R=57.35%
G=23.16%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.66
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156635300.600.660.395.8349.2840.98
Hex9C3F3503C422763129
Octal23477650741024766151
Binary1001110011111111010101111001000010100111110110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c3f35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,63,53); }

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

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

 a { background-color: rgb(156,63,53); }

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

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

 span { border-color: rgb(156,63,53); }

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