#C3742C

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

Shades of Meteor #C3742C

Tints of Meteor #C3742C

Color information

#C3742C (or 0xC3742C) is unknown color: approx Meteor. HEX triplet: C3, 74 and 2C. RGB value is (195,116,44). Sum of RGB (Red+Green+Blue) = 195+116+44=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 44 (17.58% from 255 or 12.39% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C3742C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3742C is #3C8BD3. Grayscale: #838383. Windows color (decimal): -3967956 or 2913475. OLE color: 2913475.

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

Color convert

RGB19511644-
CMYK00.410.770.24
HSL28.61º63.18%46.86%-
HSV(B)28.61º77.44%76.47%-
XYZ29.2124.275.53-
YUV131.4178.67173.35-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 54.93%
GREEN value IS 116 (45.70% from 255) = 32.68%
BLUE value IS 44 (17.58% from 255) = 12.39%
R=54.93%
G=32.68%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951164400.410.770.2428.6163.1846.86
HexC3742C0294D181d3f2f
Octal3031645405111530357757
Binary110000111110100101100010100110011011100011101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3742C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3742C; }

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

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

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

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

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

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

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

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