#C5722B

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

Shades of Meteor #C5722B

Tints of Meteor #C5722B

Color information

#C5722B (or 0xC5722B) is unknown color: approx Meteor. HEX triplet: C5, 72 and 2B. RGB value is (197,114,43). Sum of RGB (Red+Green+Blue) = 197+114+43=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 43 (17.19% from 255 or 12.15% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C5722B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5722B is #3A8DD4. Grayscale: #838383. Windows color (decimal): -3837397 or 2847429. OLE color: 2847429.

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

Color convert

RGB19711443-
CMYK00.420.780.23
HSL27.66º64.17%47.06%-
HSV(B)27.66º78.17%77.25%-
XYZ29.4824.085.38-
YUV130.7278.5175.27-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.65%
GREEN value IS 114 (44.92% from 255) = 32.20%
BLUE value IS 43 (17.19% from 255) = 12.15%
R=55.65%
G=32.20%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.78
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971144300.420.780.2327.6664.1747.06
HexC5722B02A4E171c402f
Octal30516253052116273410057
Binary1100010111100101010110101010100111010111111001000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5722B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5722B; }

 p { color: rgb(197,114,43); }

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

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

 a { background-color: rgb(197,114,43); }

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

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

 span { border-color: rgb(197,114,43); }

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