#C3533F

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

Shades of Grenadier #C3533F

Tints of Grenadier #C3533F

Color information

#C3533F (or 0xC3533F) is unknown color: approx Grenadier. HEX triplet: C3, 53 and 3F. RGB value is (195,83,63). Sum of RGB (Red+Green+Blue) = 195+83+63=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C3533F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3533F is #3CACC0. Grayscale: #727272. Windows color (decimal): -3976385 or 4150211. OLE color: 4150211.

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

Color convert

RGB1958363-
CMYK00.570.680.24
HSL9.09º52.38%50.59%-
HSV(B)9.09º67.69%76.47%-
XYZ26.518.156.81-
YUV114.2199.11185.63-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 57.18%
GREEN value IS 83 (32.81% from 255) = 24.34%
BLUE value IS 63 (25% from 255) = 18.48%
R=57.18%
G=24.34%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195836300.570.680.249.0952.3850.59
HexC3533F039441893433
Octal3031237707110430116463
Binary11000011101001111111101110011000100110001001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3533F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3533F; }

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

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

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

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

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

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

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

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