#C3772E

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

Shades of Meteor #C3772E

Tints of Meteor #C3772E

Color information

#C3772E (or 0xC3772E) is unknown color: approx Meteor. HEX triplet: C3, 77 and 2E. RGB value is (195,119,46). Sum of RGB (Red+Green+Blue) = 195+119+46=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 46 (18.36% from 255 or 12.78% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C3772E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3772E is #3C88D1. Grayscale: #858585. Windows color (decimal): -3967186 or 3045315. OLE color: 3045315.

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

Color convert

RGB19511946-
CMYK00.390.760.24
HSL29.4º61.83%47.25%-
HSV(B)29.4º76.41%76.47%-
XYZ29.624.995.85-
YUV133.478.68171.94-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 54.17%
GREEN value IS 119 (46.88% from 255) = 33.06%
BLUE value IS 46 (18.36% from 255) = 12.78%
R=54.17%
G=33.06%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951194600.390.760.2429.461.8347.25
HexC3772E0274C181d3e2f
Octal3031675604711430357657
Binary110000111110111101110010011110011001100011101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3772E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3772E; }

 p { color: rgb(195,119,46); }

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

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

 a { background-color: rgb(195,119,46); }

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

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

 span { border-color: rgb(195,119,46); }

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