#C7523D

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

Shades of Grenadier #C7523D

Tints of Grenadier #C7523D

Color information

#C7523D (or 0xC7523D) is unknown color: approx Grenadier. HEX triplet: C7, 52 and 3D. RGB value is (199,82,61). Sum of RGB (Red+Green+Blue) = 199+82+61=342 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.19% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 61 (24.22% from 255 or 17.84% from 342); Max value from RGB is 199 - color contains mainly: red. Hex color #C7523D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7523D is #38ADC2. Grayscale: #727272. Windows color (decimal): -3714499 or 4018887. OLE color: 4018887.

HSL color Cylindrical-coordinate representation of color #C7523D: hue angle of 9.13º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C7523D is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB1998261-
CMYK00.590.690.22
HSL9.13º55.2%50.98%-
HSV(B)9.13º69.35%78.04%-
XYZ27.4118.516.54-
YUV114.5997.76188.21-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 58.19%
GREEN value IS 82 (32.42% from 255) = 23.98%
BLUE value IS 61 (24.22% from 255) = 17.84%
R=58.19%
G=23.98%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199826100.590.690.229.1355.250.98
HexC7523D03B451693733
Octal3071227507310526116763
Binary11000111101001011110101110111000101101101001110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7523D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7523D; }

 p { color: rgb(199,82,61); }

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

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

 a { background-color: rgb(199,82,61); }

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

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

 span { border-color: rgb(199,82,61); }

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