#C3533D

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

Shades of Grenadier #C3533D

Tints of Grenadier #C3533D

Color information

#C3533D (or 0xC3533D) is unknown color: approx Grenadier. HEX triplet: C3, 53 and 3D. RGB value is (195,83,61). Sum of RGB (Red+Green+Blue) = 195+83+61=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C3533D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3533D is #3CACC2. Grayscale: #727272. Windows color (decimal): -3976387 or 4019139. OLE color: 4019139.

HSL color Cylindrical-coordinate representation of color #C3533D: hue angle of 9.85º 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 #C3533D is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB1958361-
CMYK00.570.690.24
HSL9.85º52.76%50.2%-
HSV(B)9.85º68.72%76.47%-
XYZ26.4418.136.52-
YUV113.9898.11185.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 57.52%
GREEN value IS 83 (32.81% from 255) = 24.48%
BLUE value IS 61 (24.22% from 255) = 17.99%
R=57.52%
G=24.48%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195836100.570.690.249.8552.7650.2
HexC3533D0394518a3532
Octal3031237507110530126562
Binary11000011101001111110101110011000101110001010110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3533D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3533D; }

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

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

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

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

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

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

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

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