#C3553D

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

Shades of Grenadier #C3553D

Tints of Grenadier #C3553D

Color information

#C3553D (or 0xC3553D) is unknown color: approx Grenadier. HEX triplet: C3, 55 and 3D. RGB value is (195,85,61). Sum of RGB (Red+Green+Blue) = 195+85+61=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C3553D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3553D is #3CAAC2. Grayscale: #737373. Windows color (decimal): -3975875 or 4019651. OLE color: 4019651.

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

Color convert

RGB1958561-
CMYK00.560.690.24
HSL10.75º52.76%50.2%-
HSV(B)10.75º68.72%76.47%-
XYZ26.618.446.57-
YUV115.1597.44184.95-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 57.18%
GREEN value IS 85 (33.59% from 255) = 24.93%
BLUE value IS 61 (24.22% from 255) = 17.89%
R=57.18%
G=24.93%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195856100.560.690.2410.7552.7650.2
HexC3553D0384518b3532
Octal3031257507010530136562
Binary11000011101010111110101110001000101110001011110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3553D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3553D; }

 p { color: rgb(195,85,61); }

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

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

 a { background-color: rgb(195,85,61); }

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

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

 span { border-color: rgb(195,85,61); }

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