#C14540

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

Shades of Chestnut #C14540

Tints of Chestnut #C14540

Color information

#C14540 (or 0xC14540) is unknown color: approx Chestnut. HEX triplet: C1, 45 and 40. RGB value is (193,69,64). Sum of RGB (Red+Green+Blue) = 193+69+64=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C14540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14540 is #3EBABF. Grayscale: #696969. Windows color (decimal): -4111040 or 4212161. OLE color: 4212161.

HSL color Cylindrical-coordinate representation of color #C14540: hue angle of 2.33º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C14540 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB1936964-
CMYK00.640.670.24
HSL2.33º50.99%50.39%-
HSV(B)2.33º66.84%75.69%-
XYZ25.0515.966.61-
YUV105.51104.58190.41-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 59.20%
GREEN value IS 69 (27.34% from 255) = 21.17%
BLUE value IS 64 (25.39% from 255) = 19.63%
R=59.20%
G=21.17%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193696400.640.670.242.3350.9950.39
HexC14540040431823332
Octal30110510001001033026362
Binary11000001100010110000000100000010000111100010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14540; }

 p { color: rgb(193,69,64); }

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

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

 a { background-color: rgb(193,69,64); }

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

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

 span { border-color: rgb(193,69,64); }

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