#C54638

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

Shades of Grenadier #C54638

Tints of Grenadier #C54638

Color information

#C54638 (or 0xC54638) is unknown color: approx Grenadier. HEX triplet: C5, 46 and 38. RGB value is (197,70,56). Sum of RGB (Red+Green+Blue) = 197+70+56=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 56 (22.27% from 255 or 17.34% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C54638 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54638 is #3AB9C7. Grayscale: #6A6A6A. Windows color (decimal): -3848648 or 3688133. OLE color: 3688133.

HSL color Cylindrical-coordinate representation of color #C54638: hue angle of 5.96º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C54638 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB1977056-
CMYK00.640.720.23
HSL5.96º55.73%49.61%-
HSV(B)5.96º71.57%77.25%-
XYZ25.9316.545.57-
YUV106.3899.58192.64-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 60.99%
GREEN value IS 70 (27.73% from 255) = 21.67%
BLUE value IS 56 (22.27% from 255) = 17.34%
R=60.99%
G=21.67%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197705600.640.720.235.9655.7349.61
HexC54638040481763832
Octal3051067001001102767062
Binary11000101100011011100001000000100100010111110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54638; }

 p { color: rgb(197,70,56); }

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

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

 a { background-color: rgb(197,70,56); }

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

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

 span { border-color: rgb(197,70,56); }

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