#C3752C

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

Shades of Meteor #C3752C

Tints of Meteor #C3752C

Color information

#C3752C (or 0xC3752C) is unknown color: approx Meteor. HEX triplet: C3, 75 and 2C. RGB value is (195,117,44). Sum of RGB (Red+Green+Blue) = 195+117+44=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 44 (17.58% from 255 or 12.36% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C3752C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3752C is #3C8AD3. Grayscale: #848484. Windows color (decimal): -3967700 or 2913731. OLE color: 2913731.

HSL color Cylindrical-coordinate representation of color #C3752C: hue angle of 29.01º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C3752C is Cyan = 0, Magento = 0.4, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB19511744-
CMYK00.40.770.24
HSL29.01º63.18%46.86%-
HSV(B)29.01º77.44%76.47%-
XYZ29.3224.515.57-
YUV13278.34172.94-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 54.78%
GREEN value IS 117 (46.09% from 255) = 32.87%
BLUE value IS 44 (17.58% from 255) = 12.36%
R=54.78%
G=32.87%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951174400.40.770.2429.0163.1846.86
HexC3752C0284D181d3f2f
Octal3031655405011530357757
Binary110000111110101101100010100010011011100011101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3752C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3752C; }

 p { color: rgb(195,117,44); }

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

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

 a { background-color: rgb(195,117,44); }

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

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

 span { border-color: rgb(195,117,44); }

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