#C3762C

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

Shades of Meteor #C3762C

Tints of Meteor #C3762C

Color information

#C3762C (or 0xC3762C) is unknown color: approx Meteor. HEX triplet: C3, 76 and 2C. RGB value is (195,118,44). Sum of RGB (Red+Green+Blue) = 195+118+44=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 44 (17.58% from 255 or 12.32% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C3762C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3762C is #3C89D3. Grayscale: #848484. Windows color (decimal): -3967444 or 2913987. OLE color: 2913987.

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

Color convert

RGB19511844-
CMYK00.390.770.24
HSL29.4º63.18%46.86%-
HSV(B)29.4º77.44%76.47%-
XYZ29.4424.745.61-
YUV132.5978.01172.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 54.62%
GREEN value IS 118 (46.48% from 255) = 33.05%
BLUE value IS 44 (17.58% from 255) = 12.32%
R=54.62%
G=33.05%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951184400.390.770.2429.463.1846.86
HexC3762C0274D181d3f2f
Octal3031665404711530357757
Binary110000111110110101100010011110011011100011101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3762C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3762C; }

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

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

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

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

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

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

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

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