#c7732d

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

Shades of Meteor #C7732D

Tints of Meteor #C7732D

Color information

#C7732D (or 0xC7732D) is unknown color: approx Meteor. HEX triplet: C7, 73 and 2D. RGB value is (199,115,45). Sum of RGB (Red+Green+Blue) = 199+115+45=359 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.43% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 45 (17.97% from 255 or 12.53% from 359); Max value from RGB is 199 - color contains mainly: red. Hex color #C7732D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7732D is #388CD2. Grayscale: #848484. Windows color (decimal): -3706067 or 2978759. OLE color: 2978759.

HSL color Cylindrical-coordinate representation of color #C7732D: hue angle of 27.27º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C7732D is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB19911545-
CMYK00.420.770.22
HSL27.27º63.11%47.84%-
HSV(B)27.27º77.39%78.04%-
XYZ30.1624.595.64-
YUV132.1478.83175.69-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 55.43%
GREEN value IS 115 (45.31% from 255) = 32.03%
BLUE value IS 45 (17.97% from 255) = 12.53%
R=55.43%
G=32.03%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991154500.420.770.2227.2763.1147.84
HexC7732D02A4D161b3f30
Octal3071635505211526337760
Binary110001111110011101101010101010011011011011011111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7732d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7732d; }

 p { color: rgb(199,115,45); }

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

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

 a { background-color: rgb(199,115,45); }

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

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

 span { border-color: rgb(199,115,45); }

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