#C34441

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

Shades of Chestnut #C34441

Tints of Chestnut #C34441

Color information

#C34441 (or 0xC34441) is unknown color: approx Chestnut. HEX triplet: C3, 44 and 41. RGB value is (195,68,65). Sum of RGB (Red+Green+Blue) = 195+68+65=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C34441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34441 is #3CBBBE. Grayscale: #696969. Windows color (decimal): -3980223 or 4277443. OLE color: 4277443.

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

Color convert

RGB1956865-
CMYK00.650.670.24
HSL1.38º52%50.98%-
HSV(B)1.38º66.67%76.47%-
XYZ25.5316.126.77-
YUV105.63105.08191.74-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 59.45%
GREEN value IS 68 (26.95% from 255) = 20.73%
BLUE value IS 65 (25.78% from 255) = 19.82%
R=59.45%
G=20.73%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195686500.650.670.241.385250.98
HexC34441041431813433
Octal30310410101011033016463
Binary1100001110001001000001010000011000011110001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34441; }

 p { color: rgb(195,68,65); }

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

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

 a { background-color: rgb(195,68,65); }

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

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

 span { border-color: rgb(195,68,65); }

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